]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6477: Added support for pickling the types of built-in singletons.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 1 Dec 2013 00:06:39 +0000 (16:06 -0800)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 1 Dec 2013 00:06:39 +0000 (16:06 -0800)
commit19b6fa6ebb887e498437b4ae87d6e70b92b4742b
tree06c58ae3259eb7bead5356406c4fc7fefa0e34d9
parentf8ceb04fcfb2fac63c832639442e69d8902a48b8
Issue #6477: Added support for pickling the types of built-in singletons.
Include/object.h
Lib/pickle.py
Lib/test/pickletester.py
Misc/NEWS
Modules/_pickle.c
Objects/object.c