New submission from Mark Shannon <m...@hotpy.org>:
https://github.com/python/cpython/pull/28488 breaks PEP 523 as it bypasses _PyEval_EvalFrame. The fix is simple, we need to check tstate->interp->eval_frame. ---------- assignee: Mark.Shannon components: Interpreter Core messages: 403637 nosy: Mark.Shannon priority: normal severity: normal status: open title: PEP 523 no longer works type: behavior versions: Python 3.11 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue45430> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com