]> granicus.if.org Git - python/commit
Make test_marshal pass. There was a bizarre recursion limit exceeded error,
authorGuido van Rossum <guido@python.org>
Tue, 10 Jul 2007 11:37:44 +0000 (11:37 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Jul 2007 11:37:44 +0000 (11:37 +0000)
commit47f17d01751f0b8186d6e08f4019f5b1bacf9512
tree7791e772d3ff34e3564c3ca3954f851c3cc09ad1
parentd10b2dc4fc7d0c37b6d835c861c1d112ea0cbafb
Make test_marshal pass.  There was a bizarre recursion limit exceeded error,
caused by not closing a file.
Lib/test/test_marshal.py