]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
authorKen Jin <kenjin4096@gmail.com>
Tue, 3 May 2022 13:13:13 +0000 (20:13 +0700)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 13:13:13 +0000 (21:13 +0800)
commit6c7249f2655749a06b4674a17537f844bd54d217
tree15c7131fdf51411d2e8e566347f75e9f0809f508
parent1d4a9a45b7ac8c1c5fecc363c988be59500f1ed7
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Doc/c-api/code.rst
Doc/whatsnew/3.11.rst
Include/cpython/code.h
Misc/NEWS.d/next/C API/2022-05-03-20-08-35.gh-issue-92154.IqMcAJ.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/codeobject.c