]> granicus.if.org Git - python/commit
Checkpoint. A b it closer to working pickles and pickletools.
authorGuido van Rossum <guido@python.org>
Mon, 7 May 2007 23:57:08 +0000 (23:57 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 7 May 2007 23:57:08 +0000 (23:57 +0000)
commit617dbc4d643749804057f8dc7c52df702e40fe7a
tree6d8536fa856655cbcfa26404bbdbc495f97f7397
parent805365ee39298f93e433e19ae0dd87c6f782145b
Checkpoint.  A b it closer to working pickles and pickletools.
Added 'Y' getargs opcode which requires a bytes object.
Lib/pickletools.py
Lib/test/test_exceptions.py
Modules/cPickle.c
Python/getargs.c