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 skrah
Recipients alexandre.vassalotti, skrah, vstinner
Date 2013-12-13.11:18:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20131213111816.GA8842@sleipnir.bytereef.org>
In-reply-to <1386932297.45.0.761314106061.issue19972@psf.upfronthosting.co.za>
Content
The docs say:

inquiry m_clear

    A clear function to call during GC clearing of the module object, or NULL if not needed.

freefunc m_free

    A function to call during deallocation of the module object, or NULL if not needed.

So I assume that GC clearing is not happening if sys.exit() is called.  Note that
the leak only occurs with sys.exit().
History
Date User Action Args
2013-12-13 11:18:17skrahsetrecipients: + skrah, vstinner, alexandre.vassalotti
2013-12-13 11:18:17skrahlinkissue19972 messages
2013-12-13 11:18:16skrahcreate