Michael W. Hudson
|
7bb466a1a5
|
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.
|
2002-03-05 13:27:58 +00:00 |
Barry Warsaw
|
312af42b47
|
structseq_new(): Conversion of sprintf() to PyOS_snprintf() for buffer
overrun avoidance.
|
2001-11-28 20:56:44 +00:00 |
Tim Peters
|
c2fe618575
|
Fix bad bug in structseq slicing (NULL pointers in result). Reported by
Jack Jansen on python-dev.
Add simple test case.
Move vereq() from test_descr to test_support (it's handy!).
|
2001-10-30 23:20:46 +00:00 |
Guido van Rossum
|
e82f75aa20
|
Missing file structseq.c for SF patch #462296
|
2001-10-18 20:47:51 +00:00 |