]> granicus.if.org Git - python/commit
Any call to marshal.dumps() with the new optional argument 'version' just
authorArmin Rigo <arigo@tunes.org>
Mon, 20 Dec 2004 12:25:57 +0000 (12:25 +0000)
committerArmin Rigo <arigo@tunes.org>
Mon, 20 Dec 2004 12:25:57 +0000 (12:25 +0000)
commit2ccea1785603ad35a05f75f40e9dc7fc82caa346
treed20a28547d53beb536dd97b5a11d238945d42c18
parentf964154b8cb74a05a3664cd34e938c0298f97680
Any call to marshal.dumps() with the new optional argument 'version' just
immediately segfaults, due to a typo!  This was obviously never tested...
Added a test for it, and also fixed the documentation.
Doc/lib/libmarshal.tex
Lib/test/test_marshal.py
Python/marshal.c