]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`,… (#98317)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 19 Oct 2022 00:37:16 +0000 (17:37 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Oct 2022 00:37:16 +0000 (17:37 -0700)
commit39eaca884fd598890fce69e5dfefb0fd370809fe
tree34c849c73834fd378a6e628fdc6b1d16f759b8af
parent75357cdcf14429e8592aec9c3eb57829fa12bc81
[3.11] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`,… (#98317)

[3.11] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`, `PyFunction_GetModule` (GH-98158).
(cherry picked from commit 7b48d02933639c91ebd957b2326d8c352d8eddec)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_capi.py
Modules/_testcapimodule.c