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, gvanrossum, vstinner, yselivanov
Date 2015-05-13.16:30:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431534654.64.0.286846605598.issue24178@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch makes Locks, Conditions, Semaphores, and BoundedSemaphores support new 'async with' syntax.

Because the patch contains a file that will only be checked in to the CPython repo (test_pep492.py), I decided to create the issue on bugs.python.org instead of asyncio GH repo.

Please review.
History
Date User Action Args
2015-05-13 16:30:54yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, asvetlov
2015-05-13 16:30:54yselivanovsetmessageid: <1431534654.64.0.286846605598.issue24178@psf.upfronthosting.co.za>
2015-05-13 16:30:54yselivanovlinkissue24178 messages
2015-05-13 16:30:54yselivanovcreate