[New-bugs-announce] [issue45430] PEP 523 no longer works

Mark Shannon report at bugs.python.org
Mon Oct 11 05:11:00 EDT 2021


New submission from Mark Shannon <mark at 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 <report at bugs.python.org>
<https://bugs.python.org/issue45430>
_______________________________________


More information about the New-bugs-announce mailing list