]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146453: fix `_PyType_LookupByVersion` for types with fixed pre-defined version...
authorKumar Aditya <kumaraditya@python.org>
Thu, 26 Mar 2026 09:06:55 +0000 (14:36 +0530)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2026 09:06:55 +0000 (14:36 +0530)
commit495178ab058b35aa89b82099be80ad1ad01fa496
treed50353337affedbfafde26a7375948df68344202
parent8e1469c952fb9db57efdcdce459fd6f78fbaeea3
gh-146453: fix `_PyType_LookupByVersion` for types with fixed pre-defined version tags (#146454)
Lib/test/test_capi/test_opt.py
Objects/typeobject.c