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.

classification
Title: Patch to implement PEP 351
Type: Stage:
Components: Interpreter Core Versions: Python 2.5
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: barry, zseil
Priority: normal Keywords: patch

Created on 2005-10-23 22:33 by barry, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
351-impl.txt barry, 2005-10-23 22:33
Messages (3)
msg48892 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2005-10-23 22:33
PEP 351 proposes the freeze protocol.  Here is a patch
that implements the proposed builtin, as well as
__freeze__() methods for lists and sets.  Dictionaries
are not yet implemented.  Unit tests and documentation
are also necessary.
msg48893 - (view) Author: Ziga Seilnacht (zseil) * (Python committer) Date: 2007-03-06 13:06
Can this patch be closed? The PEP was rejected.
msg48894 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2007-03-06 14:50
The PEP was rejected, so this patch is closed.
History
Date User Action Args
2022-04-11 14:56:13adminsetgithub: 42512
2005-10-23 22:33:48barrycreate