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 pablogsal
Recipients Julian, barry, benjamin.peterson, eric.araujo, ezio.melotti, georg.brandl, ishimoto, lukasz.langa, ncoghlan, pablogsal, r.david.murray, serhiy.storchaka, steven.daprano, ulope
Date 2018-09-30.14:52:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538319145.94.0.545547206417.issue12782@psf.upfronthosting.co.za>
In-reply-to
Content
Now that I think about this a bit better, this may be actually a problem as:

         with (yield something) as x:

is a more than valid use case that will be broken with the simple grammar rule :(
History
Date User Action Args
2018-09-30 14:52:26pablogsalsetrecipients: + pablogsal, barry, georg.brandl, ishimoto, ncoghlan, benjamin.peterson, ezio.melotti, eric.araujo, steven.daprano, r.david.murray, lukasz.langa, Julian, serhiy.storchaka, ulope
2018-09-30 14:52:25pablogsalsetmessageid: <1538319145.94.0.545547206417.issue12782@psf.upfronthosting.co.za>
2018-09-30 14:52:25pablogsallinkissue12782 messages
2018-09-30 14:52:25pablogsalcreate