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 vstinner
Recipients amaury.forgeotdarc, christian.heimes, georg.brandl, kristjan.jonsson, ncoghlan, serhiy.storchaka, vstinner
Date 2013-06-15.00:10:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371255011.55.0.974808126815.issue18203@psf.upfronthosting.co.za>
In-reply-to
Content
py_finalize.patch: modify Py_Finalize() to destroy the GIL after the last call to PyMem_Malloc() or PyObject_Malloc(). For example, 
PyCFunction_Fini() calls PyObject_GC_Del() which calls PyObject_FREE().
History
Date User Action Args
2013-06-15 00:10:11vstinnersetrecipients: + vstinner, georg.brandl, amaury.forgeotdarc, ncoghlan, kristjan.jonsson, christian.heimes, serhiy.storchaka
2013-06-15 00:10:11vstinnersetmessageid: <1371255011.55.0.974808126815.issue18203@psf.upfronthosting.co.za>
2013-06-15 00:10:11vstinnerlinkissue18203 messages
2013-06-15 00:10:11vstinnercreate