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 alexandre.vassalotti, skrah, vstinner
Date 2013-12-13.10:58:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386932297.45.0.761314106061.issue19972@psf.upfronthosting.co.za>
In-reply-to
Content
According to the example in the PEP 3121, issue19972.patch is not needed.

In practice, I don't see in PyImport_Cleanup() where tp_clear is called. This function calls:

   _PyModule_Clear(mod);
   Py_DECREF(mod);
History
Date User Action Args
2013-12-13 10:58:17vstinnersetrecipients: + vstinner, alexandre.vassalotti, skrah
2013-12-13 10:58:17vstinnersetmessageid: <1386932297.45.0.761314106061.issue19972@psf.upfronthosting.co.za>
2013-12-13 10:58:17vstinnerlinkissue19972 messages
2013-12-13 10:58:17vstinnercreate