]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-94851: fix immortal objects refcounting in compiler (gh-95040)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Jul 2022 10:42:05 +0000 (03:42 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Jul 2022 10:42:05 +0000 (03:42 -0700)
commit16cb8ca52e404ceadbbbad4c5af498e76feefa1c
tree99b43e744ab27d53e3f8d478732743588b6f9864
parent1093804b8855f95a27aabb4ed853f8138b82b261
GH-94851: fix immortal objects refcounting in compiler (gh-95040)

(cherry picked from commit 74761548862eb5a324c23d86a6233d884f386f2e)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Python/compile.c