This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients benjamin.peterson, ezio.melotti, flox, gvanrossum, ncoghlan, xgdomingo
Date 2017-09-18.08:31:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505723462.44.0.169563093691.issue17960@psf.upfronthosting.co.za>
In-reply-to
Content
Status update: I've posted an initial PR to issue 30744 that relies on the trace hook semantic change proposed in the PEP to resolve the trace hook/cell reference incompatibility reported there.

That provides confidence that it really is only the semantics of *trace hooks* that we need to change, rather than anything about locals() or frame.f_locals in general.

So the next steps will be to do a final editing pass on the current PEP to account for the reference implementation, and then send it to python-dev for official review and pronouncement.
History
Date User Action Args
2017-09-18 08:31:02ncoghlansetrecipients: + ncoghlan, gvanrossum, benjamin.peterson, ezio.melotti, flox, xgdomingo
2017-09-18 08:31:02ncoghlansetmessageid: <1505723462.44.0.169563093691.issue17960@psf.upfronthosting.co.za>
2017-09-18 08:31:02ncoghlanlinkissue17960 messages
2017-09-18 08:31:02ncoghlancreate