]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96803: Document and test new unstable internal frame API functions (GH-104211)
authorMark Shannon <mark@hotpy.org>
Thu, 18 May 2023 09:10:15 +0000 (10:10 +0100)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 09:10:15 +0000 (10:10 +0100)
commitcfa517d5a68bae24cbe8d9fe6b8e0d4935e507d2
treec25c67c7ba5b46b22884fc04f62b4429443c99e5
parent68b5f08b72e02f62ec787bfbb7aa99bac661daec
GH-96803: Document and test new unstable internal frame API functions (GH-104211)

Weaken contract of PyUnstable_InterpreterFrame_GetCode to return PyObject*.
Doc/c-api/frame.rst
Include/cpython/frameobject.h
Lib/test/test_capi/test_misc.py
Modules/_testinternalcapi.c
Python/frame.c