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 yselivanov
Recipients asvetlov, giampaolo.rodola, ncoghlan, njs, yselivanov
Date 2018-01-29.05:53:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517205207.05.0.467229070634.issue32703@psf.upfronthosting.co.za>
In-reply-to
Content
The difference between these two functions is two extra opcodes: STORE_FAST/LOAD_FAST before BEFORE_ASYNC_WITH.  With them we have a warning.
History
Date User Action Args
2018-01-29 05:53:27yselivanovsetrecipients: + yselivanov, ncoghlan, giampaolo.rodola, njs, asvetlov
2018-01-29 05:53:27yselivanovsetmessageid: <1517205207.05.0.467229070634.issue32703@psf.upfronthosting.co.za>
2018-01-29 05:53:27yselivanovlinkissue32703 messages
2018-01-29 05:53:26yselivanovcreate