You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add PyUnstable API for PEP 523:
* PyUnstable_FrameEvalFunction type
* PyUnstable_InterpreterState_GetEvalFrameFunc()
* PyUnstable_InterpreterState_SetEvalFrameFunc()
Keep the old names as deprecated aliases to new names:
* _PyFrameEvalFunction
* _PyInterpreterState_GetEvalFrameFunc
* _PyInterpreterState_SetEvalFrameFunc
0 commit comments