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 Dennis Sweeney, Mark.Shannon, dpgeorge, pablogsal
Date 2022-01-05.11:19:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641381561.75.0.854678204815.issue43683@roundup.psfhosted.org>
In-reply-to
Content
Yes, most of it :)

We haven't implemented points 2 and 3, yet.

I'm in no hurry to implement 3. It would clean up `gen.throw` a lot, and break the dependency between that code and the interpreter, but it isn't urgent.

2 is more urgent. I think we need it to allow specialization of `FOR_ITER` for generators, so it should happen in the next few weeks.
History
Date User Action Args
2022-01-05 11:19:21Mark.Shannonsetrecipients: + Mark.Shannon, pablogsal, Dennis Sweeney, dpgeorge
2022-01-05 11:19:21Mark.Shannonsetmessageid: <1641381561.75.0.854678204815.issue43683@roundup.psfhosted.org>
2022-01-05 11:19:21Mark.Shannonlinkissue43683 messages
2022-01-05 11:19:21Mark.Shannoncreate