commit | 39eaca884fd598890fce69e5dfefb0fd370809fe | [log] [tgz] |
---|---|---|
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | Tue Oct 18 17:37:16 2022 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 18 17:37:16 2022 -0700 |
tree | 34c849c73834fd378a6e628fdc6b1d16f759b8af | |
parent | 75357cdcf14429e8592aec9c3eb57829fa12bc81 [diff] |
[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>