]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34190: Fix reference leak in call_function() (GH-8413) (GH-8418)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Jul 2018 21:45:26 +0000 (14:45 -0700)
committerVictor Stinner <vstinner@redhat.com>
Mon, 23 Jul 2018 21:45:26 +0000 (23:45 +0200)
commit25b87d35675301a929982db6d37836666af4f715
treedefd06b6204046407016db87928ec9b047f75007
parent4e166ffd29b675238ccd94964743f6cb206d2235
bpo-34190: Fix reference leak in call_function() (GH-8413) (GH-8418)

(cherry picked from commit 147d95511f59cfdd2d522f9d736f2335457bae20)

Co-authored-by: jdemeyer <jdemeyer@cage.ugent.be>
Python/ceval.c