]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add cPickle support for PROTO. Duplicated PROTO/LONG1/LONG4 code in
authorTim Peters <tim.peters@gmail.com>
Sun, 2 Feb 2003 16:09:05 +0000 (16:09 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 2 Feb 2003 16:09:05 +0000 (16:09 +0000)
commit4190fb84293b4c54127e1b7be2d9bdf06edf2910
tree7a307603c38ceececee2b17ffd9f7aa69ec8e69c
parent1ecfb73c269f1475d4b2738ef76c20eaecbaa7e9
Add cPickle support for PROTO.  Duplicated PROTO/LONG1/LONG4 code in
the hitherto unknown (to me) noload() cPickle function, which is (a)
something we don't test at all, and (b) pickle.py doesn't have.
Lib/test/pickletester.py
Modules/cPickle.c