]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110481: Implement biased reference counting (gh-110764)
authorSam Gross <colesbury@gmail.com>
Mon, 30 Oct 2023 16:06:09 +0000 (12:06 -0400)
committerGitHub <noreply@github.com>
Mon, 30 Oct 2023 16:06:09 +0000 (16:06 +0000)
commit6dfb8fe0236718e9afc8136ff2b58dcfbc182022
tree1b5ad337bc68ebc2ff1325c0b695807c48640d30
parent05f2f0ac92afa560315eb66fd6576683c7f69e2d
gh-110481: Implement biased reference counting (gh-110764)
29 files changed:
Include/internal/pycore_long.h
Include/internal/pycore_object.h
Include/internal/pycore_runtime_init.h
Include/object.h
Lib/test/support/__init__.py
Misc/NEWS.d/next/Core and Builtins/2023-10-12-12-09-01.gh-issue-110481.3Er3it.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes_test.c
Modules/_multiprocessing/posixshmem.c
Modules/_scproxy.c
Modules/_stat.c
Modules/_testcapi/heaptype_relative.c
Modules/_testcapi/vectorcall_limited.c
Modules/_testclinic_limited.c
Modules/_testimportmultiple.c
Modules/_uuidmodule.c
Modules/errnomodule.c
Modules/md5module.c
Modules/resource.c
Modules/xxlimited.c
Modules/xxlimited_35.c
Objects/object.c
Objects/setobject.c
Objects/sliceobject.c
Objects/unicodeobject.c
PC/winsound.c
Python/ceval.c
Python/instrumentation.c
Python/specialize.c
Tools/build/deepfreeze.py