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

Original patch by Yury Selivanov.
This commit is contained in:
INADA Naoki 2016-10-09 14:51:36 +09:00
commit ca2f0d06f1
7 changed files with 1101 additions and 37 deletions

View file

@ -657,6 +657,8 @@ def detect_modules(self):
depends=['unicodedata_db.h', 'unicodename_db.h']) )
# _opcode module
exts.append( Extension('_opcode', ['_opcode.c']) )
# Fast asyncio Future implementation
exts.append( Extension("_futures", ["_futuresmodule.c"]) )
# Modules with some UNIX dependencies -- on by default:
# (If you have a really backward UNIX, select and socket may not be