]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A fix & test for
authorMichael W. Hudson <mwh@python.net>
Tue, 5 Mar 2002 13:27:58 +0000 (13:27 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 5 Mar 2002 13:27:58 +0000 (13:27 +0000)
commit7bb466a1a534e73de11bb044f6910aaf86d78473
tree49119dd5b9644a62143e7b776dc378bcadb32d8f
parent58fb23794876c6b58fc3dc75e2a2b420b458d575
A fix & test for

[ 496873 ] structseqs unpicklable

by adding a __reduce__ method to structseqs.

Will also commit this to the 2.2.1 branch momentarily.
Lib/test/pickletester.py
Objects/structseq.c