]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 4 Aug 2022 14:16:52 +0000 (07:16 -0700)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2022 14:16:52 +0000 (07:16 -0700)
commitf2926358d1cd70625222eaf4b541584d2f2a1272
tree37ed377090939bb2f3bee77b1bdf7ed925d0a82d
parentc521c5cdc3f766ac5ac3574fa142aeec11c14267
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)

(cherry picked from commit 42b102bbf9a9ae6fae8f6710202fb7afeeac277c)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Doc/c-api/code.rst
Doc/whatsnew/3.11.rst
Include/cpython/code.h
Misc/NEWS.d/next/C API/2022-07-19-22-37-40.gh-issue-94936.LGlmKv.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/codeobject.c