]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-84436: Skip refcounting for known immortals (GH-107605)
authorBrandt Bucher <brandtbucher@microsoft.com>
Fri, 4 Aug 2023 23:24:50 +0000 (16:24 -0700)
committerGitHub <noreply@github.com>
Fri, 4 Aug 2023 23:24:50 +0000 (16:24 -0700)
commit05a824f294f1409f33e32f1799d5b413dcf24445
tree173417047763313af6cc1a3c4c54f1d510d28d62
parentec0a0d2bd9faa247d5b3208a8138e4399b2da890
GH-84436: Skip refcounting for known immortals (GH-107605)
19 files changed:
Include/internal/pycore_long.h
Misc/NEWS.d/next/Core and Builtins/2023-08-03-13-38-14.gh-issue-84436.gl1wHx.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Modules/_io/textio.c
Modules/_json.c
Modules/_pickle.c
Objects/boolobject.c
Objects/bytesobject.c
Objects/funcobject.c
Objects/longobject.c
Objects/rangeobject.c
Objects/sliceobject.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/unicodeobject.c
Python/ceval.c
Python/context.c
Python/fileutils.c
Python/hamt.c