]> granicus.if.org Git - python/commit
cPickle produces NEWOBJ appropriately now. It still doesn't know
authorTim Peters <tim.peters@gmail.com>
Fri, 14 Feb 2003 23:05:28 +0000 (23:05 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 14 Feb 2003 23:05:28 +0000 (23:05 +0000)
commit71fcda5ba72aeda1dbd4f11f8f2fcfda0236b865
tree9f8eeb67a060fad7b12eb97c89a6831ee373f63c
parent9cac1c4574877e06f5e5337ac34d6a5c93c73eb3
cPickle produces NEWOBJ appropriately now.  It still doesn't know
how to unpickle the new slot-full state tuples.
Lib/test/pickletester.py
Modules/cPickle.c