]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a missing "rf.depth = 0;" to marshal_load().
authorGuido van Rossum <guido@python.org>
Mon, 30 Jul 2007 00:04:35 +0000 (00:04 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 30 Jul 2007 00:04:35 +0000 (00:04 +0000)
commit7a2653438ad584d829ac058d5b924c187cc71408
tree6a1077efc6421a2d2b08d60e8c43427c39ac9edd
parent447d33ead62b6dcd46d475a703f59940eb85428b
Add a missing "rf.depth = 0;" to marshal_load().
Reported by Joe Smith.  This makes the CYGWIN tests pass;
it's a miracle it didn't fail on other platforms.
Seems like it was accidentally dropped (maybe a merge artifact?).
Python/marshal.c