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 Mark.Shannon
Recipients Arfrever, Jim Fasarakis-Hilliard, Mark.Shannon, benjamin.peterson, cvrebert, daniel.urban, eric.snow, jcea, meador.inge, ncoghlan, njs, yselivanov
Date 2017-05-24.23:07:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495667239.0.0.0455577549258.issue12857@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not too keen on this.

Which frame is being executed is an implementation detail.
For example, we currently push a new frame for list comprehensions, but that is an implementation detail. The language only specifies that list-comps execute in a new scope.

I'd like to fix handling of ctrl-C, that Nathaniel mentions, properly in the compiler/interpreter.
History
Date User Action Args
2017-05-24 23:07:19Mark.Shannonsetrecipients: + Mark.Shannon, jcea, ncoghlan, benjamin.peterson, Arfrever, njs, cvrebert, meador.inge, daniel.urban, eric.snow, yselivanov, Jim Fasarakis-Hilliard
2017-05-24 23:07:19Mark.Shannonsetmessageid: <1495667239.0.0.0455577549258.issue12857@psf.upfronthosting.co.za>
2017-05-24 23:07:18Mark.Shannonlinkissue12857 messages
2017-05-24 23:07:18Mark.Shannoncreate