commit | 28d8d14013ade0657fed4673f5fa3c08eb2b1944 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Sat Dec 09 20:00:05 2017 +0200 |
committer | GitHub <noreply@github.com> | Sat Dec 09 20:00:05 2017 +0200 |
tree | 4c24b73040f8f13eafd9216c934f2d27218e91d8 | |
parent | a9f8df646aac7fc94ced0aefd1ed2c8566d14d10 [diff] |
bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764) * Add test for 'with (yield from lock)' * Deprecate with statement for asyncio locks * Document the deprecation