]> granicus.if.org Git - python/commit
Issue #6477: Added pickling support for singletons and their types.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 1 Dec 2013 00:52:03 +0000 (16:52 -0800)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 1 Dec 2013 00:52:03 +0000 (16:52 -0800)
commita2934280e56dfca6ec74a6ce8392b5496592ab93
tree72d18564704db9a850faf544169d5891c46ed77a
parent34ca066d1c3cc5071713bad353688d18a54cc22b
Issue #6477: Added pickling support for singletons and their types.
Include/object.h
Lib/pickle.py
Lib/test/pickletester.py
Misc/NEWS
Modules/cPickle.c
Objects/object.c