]> granicus.if.org Git - python/commit
save_tuple(): I believe the new code for TUPLE{1,2,3} in proto 2 was
authorTim Peters <tim.peters@gmail.com>
Tue, 28 Jan 2003 05:34:53 +0000 (05:34 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 28 Jan 2003 05:34:53 +0000 (05:34 +0000)
commitff57bff16ef081c8d8140ee5d46af1416304d655
tree5120d0c7b176feb0e91108da6a359a6ce018d240
parent81098ac1c8c88f9f1dcf7511555d2ad1f7124575
save_tuple():  I believe the new code for TUPLE{1,2,3} in proto 2 was
incorrect for recursive tuples.  Tried to repair; seems to work OK, but
there are no checked-in tests for this yet.
Lib/pickle.py