]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101476: Add _PyType_GetModuleState (GH-101477)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Thu, 23 Feb 2023 21:42:15 +0000 (22:42 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Feb 2023 21:42:15 +0000 (13:42 -0800)
commitccd98a3146d66343499d04a44e038223a1a09e80
tree969faf79073393be8f19e631cab255d172127e4f
parentd43c2652d4b1ca4d0afa468e58c4f50052f4bfa2
gh-101476: Add _PyType_GetModuleState (GH-101477)

For fast module state access from heap type methods.
Include/internal/pycore_typeobject.h
Modules/itertoolsmodule.c