How to clean up after a C extension module is destroyed?
Alex
cut_me_out at hotmail.com
Sun Aug 27 16:55:29 EDT 2000
More information about the Python-list mailing list
Sun Aug 27 16:55:29 EDT 2000
- Previous message (by thread): Win32 COM and Collections
- Next message (by thread): Python Trademark Status
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Another question which I'm just sort of curious about: If in a C extension module I malloc some memory, and for some reason I expect that module to subsequently be destroyed, is there any way to ensure that that memory will be free'd? Alex. -- I'm not an outlier; I just haven't found my distribution yet. --- Ronan Conroy To succeed in the world it is not enough to be stupid; you must also be well-mannered. -- Voltaire
- Previous message (by thread): Win32 COM and Collections
- Next message (by thread): Python Trademark Status
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list