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

@ -656,6 +656,8 @@ class PyBuildExt(build_ext):
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