]> granicus.if.org Git - python/commit
Add a magical feature to save_reduce so that __reduce__ can cause
authorGuido van Rossum <guido@python.org>
Fri, 31 Jan 2003 16:51:45 +0000 (16:51 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Jan 2003 16:51:45 +0000 (16:51 +0000)
commitd053b4b41663b3ebf5795790e390e1dab96f2d58
tree8cfe9e57f99c761560e0f4e5c178c5abe7bd6a35
parent4b23f2b44bdd13758eab6808d6a08b951fbfc4dd
Add a magical feature to save_reduce so that __reduce__ can cause
NEWOBJ to be generated.
Lib/pickle.py