bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API by vstinner · Pull Request #32054 · python/cpython
vstinner
changed the title
bpo-46850: Remove _PyInterpreterState_SetEvalFrameFunc()
bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters