]> 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:34:48 +0000 (09:34 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 4 Oct 2011 07:34:48 +0000 (09:34 +0200)
commit561a821e93dc5c5aff9c5e26a3cbe482ac154a51
tree48531cf43575f3e9a5496006bebbdd03cfd27e19
parentad349a190e923b32e7ef43ddafffde93df75051a
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/cPickle.c