[New-bugs-announce] [issue11349] _pickle should implement the module finalisation protocol

Nick Coghlan report at bugs.python.org
Mon Feb 28 02:29:11 CET 2011


New submission from Nick Coghlan <ncoghlan at gmail.com>:

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.

----------
components: Extension Modules
messages: 129677
nosy: ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: _pickle should implement the module finalisation protocol
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11349>
_______________________________________


More information about the New-bugs-announce mailing list