]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-90699: fix ref counting of static immortal strings (gh-94850)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 20 Jul 2022 06:23:30 +0000 (11:53 +0530)
committerGitHub <noreply@github.com>
Wed, 20 Jul 2022 06:23:30 +0000 (15:23 +0900)
commit1834133e66d95a143c9df5f068b3109927aefd65
tree150d0239e46202529647d36e0f4146a9c798ac2a
parent88e4eeba25df999866b23448b95dce2769c2da86
GH-90699: fix ref counting of static immortal strings (gh-94850)
Misc/NEWS.d/next/Core and Builtins/2022-07-14-10-07-53.gh-issue-90699.x3aG9m.rst [new file with mode: 0644]
Modules/_io/textio.c
Objects/boolobject.c