]> granicus.if.org Git - python/commit
Issue #26801: Added C implementation of asyncio.Future.
authorINADA Naoki <songofacandy@gmail.com>
Sun, 9 Oct 2016 05:44:47 +0000 (14:44 +0900)
committerINADA Naoki <songofacandy@gmail.com>
Sun, 9 Oct 2016 05:44:47 +0000 (14:44 +0900)
commit9e4e38ecd2cb46e0e52d1b23de3dd95dcdf645bf
treee32422607ffd7841407b6fad1179cb3bda5118af
parent518599b24ce015910a364152692d60733c40f88f
Issue #26801: Added C implementation of asyncio.Future.

Original patch by Yury Selivanov.
Lib/asyncio/futures.py
Misc/NEWS
Modules/Setup.dist
Modules/_futuresmodule.c [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
setup.py