]> granicus.if.org Git - python/commit
Issue #19437: Fix r_PyLong() of marshal module, stop immediatly at first
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 31 Oct 2013 15:56:38 +0000 (16:56 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 31 Oct 2013 15:56:38 +0000 (16:56 +0100)
commit763b0d19c94b59b37fa140b8c578f141422e0d25
treedee02ef8e3d651117c3f137a168bcd36ebc655a4
parenta9eb38f02a7c0b5540da84cdf94ef4b56bef1716
Issue #19437: Fix r_PyLong() of marshal module, stop immediatly at first
failure, don't read any more data
Python/marshal.c