]> granicus.if.org Git - python/commit
Issue #7689: Allow pickling of dynamically created classes when their
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 4 Oct 2011 07:25:28 +0000 (09:25 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 4 Oct 2011 07:25:28 +0000 (09:25 +0200)
commit5a688dbf97f1537d3f2309bfe6be93dab2f10ce0
tree669b73365df94fcb787c7dfe0edaf43e9e4a33d6
parent29f43f7368115c47c97acff02816a680c3ebd73e
parentffd41d9f101e31973b8713e884c95118fceb6f59
Issue #7689: Allow pickling of dynamically created classes when their
metaclass is registered with copyreg.  Patch by Nicolas M. ThiĆ©ry and
Craig Citro.
Lib/pickle.py
Lib/test/pickletester.py
Misc/ACKS
Misc/NEWS
Modules/_pickle.c