[New-bugs-announce] [issue24178] asyncio: support 'async with' for locks

Yury Selivanov report at bugs.python.org
Wed May 13 18:30:54 CEST 2015


New submission from Yury Selivanov:

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.

----------
assignee: yselivanov
components: asyncio
files: alock.patch
keywords: patch
messages: 243102
nosy: asvetlov, gvanrossum, haypo, yselivanov
priority: normal
severity: normal
stage: patch review
status: open
title: asyncio: support 'async with' for locks
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file39361/alock.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24178>
_______________________________________


More information about the New-bugs-announce mailing list