]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92216: improve performance of `hasattr` for type objects (GH-99979)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Fri, 23 Dec 2022 15:23:36 +0000 (16:23 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Dec 2022 15:23:36 +0000 (23:23 +0800)
commit7fc7909677759fd0cb9d30cd7ff839afd3973325
tree00d3924e5d43ea919fd12982eec2948cf08b5563
parent49f6ff719c4e0beeafd6c42edd696601acf72764
gh-92216: improve performance of `hasattr` for type objects (GH-99979)
Include/internal/pycore_typeobject.h
Misc/NEWS.d/next/Core and Builtins/2022-12-04-00-38-33.gh-issue-92216.CJXuWB.rst [new file with mode: 0644]
Objects/object.c
Objects/typeobject.c