]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-92239: Make sure that PEP 523 is supported, even when specializing first. (GH...
authorMark Shannon <mark@hotpy.org>
Wed, 4 May 2022 15:31:21 +0000 (09:31 -0600)
committerGitHub <noreply@github.com>
Wed, 4 May 2022 15:31:21 +0000 (09:31 -0600)
commitf8a2fab212c4e9ea92a5b667560449904c4cf7af
treedc6c40594f776bd7d262a1b915661c253acc92d3
parent9d20e1af409c22537f096206edd330f16ab8f1f3
GH-92239: Make sure that PEP 523 is supported, even when specializing first. (GH-92245)
Lib/test/test_capi.py
Misc/NEWS.d/next/Core and Builtins/2022-05-03-14-55-40.gh-issue-92245.G17-5i.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Python/ceval.c
Python/specialize.c