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 pitrou
Recipients StevenY, loewis, martind, pitrou, skrah
Date 2011-10-27.22:39:21
SpamBayes Score 0.00039254356
Marked as misclassified No
Message-id <1319755163.11.0.101213996797.issue10363@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that fixes some of these handle leaks in Python 3.2.
However, as a general guideline, you shouldn't unload the Python DLL if you fish to use it later again. Just keep it in memory (the DLL isn't very big, is it?). Yes, C++ would allow to solve this, but the interpreter is currently written in C and there's no plan, even in the middle term, to change this.
History
Date User Action Args
2011-10-27 22:39:23pitrousetrecipients: + pitrou, loewis, skrah, martind, StevenY
2011-10-27 22:39:23pitrousetmessageid: <1319755163.11.0.101213996797.issue10363@psf.upfronthosting.co.za>
2011-10-27 22:39:22pitroulinkissue10363 messages
2011-10-27 22:39:22pitroucreate