]> granicus.if.org Git - python/commit
Taught cPickle how to read pickles containing NEWOBJ. This won't get
authorTim Peters <tim.peters@gmail.com>
Thu, 13 Feb 2003 18:24:14 +0000 (18:24 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 13 Feb 2003 18:24:14 +0000 (18:24 +0000)
commiteab7db3ceed31404134317b4770aaf154785e600
tree254813ef6f509b8f8bcf92d8c1d302cd71069c49
parent7585229bbfb185c26851a600e43140e7fd28f12b
Taught cPickle how to read pickles containing NEWOBJ.  This won't get
exercised by the test suite before cPickle knows how to create NEWOBJ
too.  For now, it was just tried once by hand (via loading a NEWOBJ
pickle created by pickle.py).
Modules/cPickle.c