aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Objects/codeobject.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-04-01 10:55:00 +0200
committerGitHub <noreply@github.com>2022-04-01 10:55:00 +0200
commitf877b40e3f7e0d97878884d80fbec879a85ab7e8 (patch)
tree13a96fd70e9ccecd730d5cdd3c52b1303645f23b /Objects/codeobject.c
parentb9a5522dd952125a99ff554f01f311cae25f5a91 (diff)
downloadcpython-f877b40e3f7e0d97878884d80fbec879a85ab7e8.tar.gz
cpython-f877b40e3f7e0d97878884d80fbec879a85ab7e8.zip
bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-32054)
Move the private _PyFrameEvalFunction type, and private _PyInterpreterState_GetEvalFrameFunc() and _PyInterpreterState_SetEvalFrameFunc() functions to the internal C API. The _PyFrameEvalFunction callback function type now uses the _PyInterpreterFrame type which is part of the internal C API. Update the _PyFrameEvalFunction documentation.
Diffstat (limited to 'Objects/codeobject.c')
0 files changed, 0 insertions, 0 deletions