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 amaury.forgeotdarc, benjamin.peterson, pitrou
Date 2013-07-31.21:20:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375305631.67.0.684843179592.issue18608@psf.upfronthosting.co.za>
In-reply-to
Content
Keeping a strong reference to locale in _io prevents several modules from being collected before being wiped at shutdown. Attached patch stores a weakref instead.
History
Date User Action Args
2013-07-31 21:20:31pitrousetrecipients: + pitrou, amaury.forgeotdarc, benjamin.peterson
2013-07-31 21:20:31pitrousetmessageid: <1375305631.67.0.684843179592.issue18608@psf.upfronthosting.co.za>
2013-07-31 21:20:31pitroulinkissue18608 messages
2013-07-31 21:20:31pitroucreate