This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Rhamphoryncus
Recipients Rhamphoryncus, brett.cannon, jlaurila
Date 2008-07-09.20:06:32
SpamBayes Score 0.0018079848
Marked as misclassified No
Message-id <1215634054.44.0.454666171114.issue3329@psf.upfronthosting.co.za>
In-reply-to
Content
How would this allow you to free all memory?  The interpreter will still
reference it, so you'd have to have called Py_Finalize already, and
promise not to call Py_Initialize afterwords.  This further supposes the
process will live a long time after killing off the interpreter, but in
that case I recommend putting python in a child process instead.
History
Date User Action Args
2008-07-09 20:07:35Rhamphoryncussetspambayes_score: 0.00180798 -> 0.0018079848
recipients: + Rhamphoryncus, brett.cannon, jlaurila
2008-07-09 20:07:34Rhamphoryncussetspambayes_score: 0.00180798 -> 0.00180798
messageid: <1215634054.44.0.454666171114.issue3329@psf.upfronthosting.co.za>
2008-07-09 20:06:33Rhamphoryncuslinkissue3329 messages
2008-07-09 20:06:32Rhamphoryncuscreate