Issue #26801: Added C implementation of asyncio.Future.

Original patch by Yury Selivanov.
This commit is contained in:
INADA Naoki 2016-10-09 14:44:47 +09:00
parent 518599b24c
commit 9e4e38ecd2
7 changed files with 1101 additions and 37 deletions

View file

@ -181,6 +181,7 @@ _symtable symtablemodule.c
#_datetime _datetimemodule.c # datetime accelerator
#_bisect _bisectmodule.c # Bisection algorithms
#_heapq _heapqmodule.c # Heap queue algorithm
#_futures _futuresmodule.c # Fast asyncio Future
#unicodedata unicodedata.c # static Unicode character database

1034
Modules/_futuresmodule.c Normal file

File diff suppressed because it is too large Load diff