]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a potential reference-counting bug in long_pow (GH-26690) (#26702)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 13 Jun 2021 07:42:43 +0000 (00:42 -0700)
committerGitHub <noreply@github.com>
Sun, 13 Jun 2021 07:42:43 +0000 (08:42 +0100)
commit9ee8752162d54c595b1ce4b1bebc4dff94b9c659
tree890b2acf6cbf8eb9f91c1378436b797e289da81c
parenta9e20cf7bbf3ba39260fca112938f95e4f317efc
Fix a potential reference-counting bug in long_pow (GH-26690) (#26702)

(cherry picked from commit 59242431991794064824cf2ab70886367613f29e)

Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
Objects/longobject.c