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 ncoghlan
Recipients ncoghlan
Date 2011-02-28.01:29:10
SpamBayes Score 0.007055064
Marked as misclassified No
Message-id <1298856551.7.0.829193493202.issue11349@psf.upfronthosting.co.za>
In-reply-to
Content
As discussed in issue11321, _pickle allocates a number of module level objects, but doesn't use the appropriate PEP 3121 mechanisms to manage their lifecycle.

It should be updated to follow the relevant development guidelines in the documentation.
History
Date User Action Args
2011-02-28 01:29:11ncoghlansetrecipients: + ncoghlan
2011-02-28 01:29:11ncoghlansetmessageid: <1298856551.7.0.829193493202.issue11349@psf.upfronthosting.co.za>
2011-02-28 01:29:10ncoghlanlinkissue11349 messages
2011-02-28 01:29:10ncoghlancreate