[issue16551] Cleanup the pure Python pickle implementation

Serhiy Storchaka report at bugs.python.org
Mon Apr 8 17:13:16 CEST 2013


Serhiy Storchaka added the comment:

Here is an updated patch which get rid of trick with attribute caching. Globals used instead. Also added some minor style changes (dropped redundant semicolons and wrapped too long lines).

----------
Added file: http://bugs.python.org/file29732/pickle_cleanup_globals.patch

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


More information about the Python-bugs-list mailing list