]> granicus.if.org Git - python/commit
Issue #29368: Fix _Pickle_FastCall() usage in do_append()
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Feb 2017 09:56:47 +0000 (10:56 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Feb 2017 09:56:47 +0000 (10:56 +0100)
commitfd6d0d2a18bb487ec06dbbeb1a53d0ac13384cfe
treee351ffe92e6c38a1ed5f5294a3718e10c62c56fa
parentbee09aecc2c317fd3488b819ab88a13e0755189e
Issue #29368: Fix _Pickle_FastCall() usage in do_append()

_Pickle_FastCall() has a surprising API: it decrements the reference counter of
its second argument.
Modules/_pickle.c