◐ Shell
clean mode source ↗

bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API by vstinner · Pull Request #32054 · python/cpython

@vstinner mentioned this pull request

Mar 22, 2022

@vstinner vstinner changed the title bpo-46850: Remove _PyInterpreterState_SetEvalFrameFunc() bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API

Apr 1, 2022
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.

vstinner added a commit that referenced this pull request

Apr 6, 2022