]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-90699: fix ref counting of static immortal strings (gh-94850)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Jul 2022 06:56:47 +0000 (23:56 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Jul 2022 06:56:47 +0000 (23:56 -0700)
commit84d58ad17baec0dda8a5ffd8d925343391e45b3e
treece3f941d091ac74d1350c91632f041f75220a383
parentb3aec3ea58b6d8a492819666fe67164957f10dd9
GH-90699: fix ref counting of static immortal strings (gh-94850)

(cherry picked from commit 1834133e66d95a143c9df5f068b3109927aefd65)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
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