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 ncoghlan
Recipients JelleZijlstra, giampaolo.rodola, gvanrossum, ncoghlan, rhettinger, vstinner, yselivanov
Date 2017-03-01.05:45:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488347123.65.0.318031985843.issue29679@psf.upfronthosting.co.za>
In-reply-to
Content
python-dev thread: https://mail.python.org/pipermail/python-dev/2017-March/147501.html

In formulating my question for the list, it occurred to me that while asynccontextmanager doesn't need to depend on asyncio, the AsyncExitStack proposed in issue 29302 likely will, which pushes me towards favouring the `asyncio.contextlib.asynccontextmanager` approach.
History
Date User Action Args
2017-03-01 05:45:23ncoghlansetrecipients: + ncoghlan, gvanrossum, rhettinger, vstinner, giampaolo.rodola, yselivanov, JelleZijlstra
2017-03-01 05:45:23ncoghlansetmessageid: <1488347123.65.0.318031985843.issue29679@psf.upfronthosting.co.za>
2017-03-01 05:45:23ncoghlanlinkissue29679 messages
2017-03-01 05:45:23ncoghlancreate