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 paul.moore, r.david.murray, skrah, steve.dower, tim.golden, zach.ware, Филипп Пономарев
Date 2016-08-15.08:54:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471251287.64.0.910796665431.issue27734@psf.upfronthosting.co.za>
In-reply-to
Content
It is a known problem that PEP 3121 and later similar PEPs address.
Most C extensions leak a (usually very small) amount of memory with
each call to Initialize()/Finalize().

IMO this issue can be closed.
History
Date User Action Args
2016-08-15 08:54:47skrahsetrecipients: + skrah, paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower, Филипп Пономарев
2016-08-15 08:54:47skrahsetmessageid: <1471251287.64.0.910796665431.issue27734@psf.upfronthosting.co.za>
2016-08-15 08:54:47skrahlinkissue27734 messages
2016-08-15 08:54:47skrahcreate