]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19437: Fix r_object() of marshal module, handle r_byte() failure for
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 31 Oct 2013 16:07:08 +0000 (17:07 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 31 Oct 2013 16:07:08 +0000 (17:07 +0100)
commitb1b7b1834b5b5dd989b0295a3be3401569714ccc
tree2347521b4013eb3b01dcdadf333dd4754707d9c7
parent763b0d19c94b59b37fa140b8c578f141422e0d25
Issue #19437: Fix r_object() of marshal module, handle r_byte() failure for
TYPE_SMALL_TUPLE
Python/marshal.c