]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Tue, 19 Apr 2022 18:02:19 +0000 (14:02 -0400)
committerGitHub <noreply@github.com>
Tue, 19 Apr 2022 18:02:19 +0000 (19:02 +0100)
commitda6c78584b1f45ce3766bf7f27fb033169715292
treeaadde6ee2f5323357a7e0e8eff7a97f1fd44ec4b
parentab0d35d70dfe0b4c11583f8f735a8cc49b58c58b
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
13 files changed:
Include/internal/pycore_floatobject.h
Include/internal/pycore_object.h
Include/internal/pycore_pyerrors.h
Include/internal/pycore_unicodeobject.h
Misc/NEWS.d/next/Core and Builtins/2022-01-25-05-39-38.bpo-46509.ljrqrc.rst [new file with mode: 0644]
Objects/boolobject.c
Objects/floatobject.c
Objects/longobject.c
Objects/object.c
Objects/tupleobject.c
Objects/unicodeobject.c
Python/bltinmodule.c
Python/ceval.c