]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`, `PyFunction_GetModule...
authorNikita Sobolev <mail@sobolevn.me>
Sun, 16 Oct 2022 04:18:59 +0000 (07:18 +0300)
committerGitHub <noreply@github.com>
Sun, 16 Oct 2022 04:18:59 +0000 (21:18 -0700)
commit7b48d02933639c91ebd957b2326d8c352d8eddec
tree596ec5fbaa7430ef99a30109b0f0d34aa908655f
parent660f10248ba321e7783c07f3801991275e2aee1e
gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`, `PyFunction_GetModule` (#98158)
Lib/test/test_capi.py
Modules/_testcapimodule.c