]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). (GH-10689)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Nov 2018 19:58:08 +0000 (11:58 -0800)
committerGitHub <noreply@github.com>
Fri, 23 Nov 2018 19:58:08 +0000 (11:58 -0800)
commitbc665b42ba3a372bc60451583bfaff41d8e1993d
tree05dfc904091247178cc389969e681809042c29db
parent903a3e8d67b61594c0fa17fb201769ca924b38f8
bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). (GH-10689)

(cherry picked from commit 5b83ef71d3060e1651d3680e805f13a1049c7d6d)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Modules/_operator.c