[Python-Dev] Memory management in the AST parser & compiler (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Thu Dec 1 05:05:24 CET 2005
- Previous message: [Python-Dev] Memory management in the AST parser & compiler
- Next message: [Python-Dev] Memory management in the AST parser & compiler
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jeremy Hylton wrote:
I still think passing copies is better than sharing live objects between Python and C,
Even if the objects are immutable?
-- Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg.ewing at canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] Memory management in the AST parser & compiler
- Next message: [Python-Dev] Memory management in the AST parser & compiler
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]