]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
authorBogdan Romanyuk <65823030+wrongnull@users.noreply.github.com>
Tue, 19 Mar 2024 09:20:38 +0000 (12:20 +0300)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 09:20:38 +0000 (09:20 +0000)
commita8e93d3dca086896e668b88b6c5450eaf644c0e7
tree4de06c7d1f39d9fb7aa8b3ef8306aa73bb09ed60
parenta3cf0fada09b74b1a6981cc06c4dd0bb1091b092
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
Doc/c-api/code.rst
Doc/whatsnew/3.13.rst
Include/cpython/code.h
Misc/NEWS.d/next/C API/2024-03-19-09-49-04.gh-issue-115756.4Ls_Tl.rst [new file with mode: 0644]
Objects/frameobject.c
Objects/typeobject.c
Python/ceval.c
Python/compile.c