Py_Finalize
Paul Miller
paul at fxtech.com
Fri Feb 20 10:22:54 EST 2004
More information about the Python-list mailing list
Fri Feb 20 10:22:54 EST 2004
- Previous message (by thread): Py_Finalize
- Next message (by thread): AOP and metaclasses ['LBBW': checked]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>I do that and the memory always increase. >If I comment the module loads the memory stay stable, but if I load the >modules the memory increases and never return to the previous level. How are you running your scripts? If using PyImport, try Py_DECREF the returned module objects before you call Py_Finalize.
- Previous message (by thread): Py_Finalize
- Next message (by thread): AOP and metaclasses ['LBBW': checked]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list