]> 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:23:04 +0000 (09:23 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 4 Oct 2011 07:23:04 +0000 (09:23 +0200)
commitffd41d9f101e31973b8713e884c95118fceb6f59
tree3b549e20b5cf09244789f6e6f67a7dce2fad75b4
parent1efb33a6823b94739e59d6e2fe92e8e703a7fc7d
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