]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Thu, 4 Aug 2022 13:53:31 +0000 (21:53 +0800)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2022 13:53:31 +0000 (06:53 -0700)
commit42b102bbf9a9ae6fae8f6710202fb7afeeac277c
tree40cd485e5df107445183aa3a25b4998f1727cba3
parent0342c93a6b866118c894c4e1120fb4db316adebb
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
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