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 JelleZijlstra, giampaolo.rodola, ncoghlan, rhettinger, yselivanov
Date 2017-03-03.04:02:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488513766.23.0.248132333585.issue29679@psf.upfronthosting.co.za>
In-reply-to
Content
> so it would need to split any code using "async def" and "await" out to a separate file that only gets imported on 3.5+ (and similarly only run the corresponding test cases on 3.5+).

This seems doable.  I'd only vote to keep contextlib.py as one file in CPython though.
History
Date User Action Args
2017-03-03 04:02:46yselivanovsetrecipients: + yselivanov, rhettinger, ncoghlan, giampaolo.rodola, JelleZijlstra
2017-03-03 04:02:46yselivanovsetmessageid: <1488513766.23.0.248132333585.issue29679@psf.upfronthosting.co.za>
2017-03-03 04:02:46yselivanovlinkissue29679 messages
2017-03-03 04:02:46yselivanovcreate