summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-04-01 08:55:00 (GMT)
committerGitHub <noreply@github.com>2022-04-01 08:55:00 (GMT)
commitf877b40e3f7e0d97878884d80fbec879a85ab7e8 (patch)
tree13a96fd70e9ccecd730d5cdd3c52b1303645f23b /Python/ceval.c
parentb9a5522dd952125a99ff554f01f311cae25f5a91 (diff)
downloadcpython-f877b40e3f7e0d97878884d80fbec879a85ab7e8.zip
cpython-f877b40e3f7e0d97878884d80fbec879a85ab7e8.tar.gz
cpython-f877b40e3f7e0d97878884d80fbec879a85ab7e8.tar.bz2
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 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions