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.
V
Victor Stinner committed
f877b40e3f7e0d97878884d80fbec879a85ab7e8
Parent: b9a5522
Committed by GitHub <noreply@github.com>
on 4/1/2022, 8:55:00 AM