[issue45430] PEP 523 no longer works

2021-10-11 Thread Mark Shannon


Change by Mark Shannon :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45430] PEP 523 no longer works

2021-10-11 Thread Mark Shannon


Change by Mark Shannon :


--
keywords: +patch
pull_requests: +27169
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/28871

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue45430] PEP 523 no longer works

2021-10-11 Thread Mark Shannon


New submission from Mark Shannon :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com