]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94673: Recover Weaklist Lookup Performance (gh-95544)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 4 Aug 2022 17:28:15 +0000 (11:28 -0600)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2022 17:28:15 +0000 (11:28 -0600)
commitbdbadb905ae638b67a6c9a6767be396e18839dd6
treeb43f9af37788bcef962f8d87fbacaca57289b0dd
parent60f54d94852771854cf1cb647df7cef7c1617d9e
gh-94673: Recover Weaklist Lookup Performance (gh-95544)

gh-95302 seems to have introduced a small performance regression. Here we make some minor changes to recover that lost performance.
Include/internal/pycore_object.h
Modules/gcmodule.c
Objects/typeobject.c