Issue #26801: Added C implementation of asyncio.Future. · pythoncapi/cpython@9e4e38e · GitHub
Skip to content

Commit 9e4e38e

Browse files
committed
Issue python#26801: Added C implementation of asyncio.Future.
Original patch by Yury Selivanov.
1 parent 518599b commit 9e4e38e

7 files changed

Lines changed: 1101 additions & 37 deletions

File tree

Lib/asyncio/futures.py

Lines changed: 57 additions & 37 deletions

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ What's New in Python 3.6.0 beta 2
1010
Core and Builtins
1111
-----------------
1212

13+
- Issue #26801: Added C implementation of asyncio.Future.
14+
Original patch by Yury Selivanov.
15+
1316
- Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
1417
Patch by Xiang Zhang.
1518

Modules/Setup.dist

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)