summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj.filters
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2016-10-09 05:44:47 (GMT)
committerINADA Naoki <songofacandy@gmail.com>2016-10-09 05:44:47 (GMT)
commit9e4e38ecd2cb46e0e52d1b23de3dd95dcdf645bf (patch)
treee32422607ffd7841407b6fad1179cb3bda5118af /PCbuild/pythoncore.vcxproj.filters
parent518599b24ce015910a364152692d60733c40f88f (diff)
downloadcpython-9e4e38ecd2cb46e0e52d1b23de3dd95dcdf645bf.zip
cpython-9e4e38ecd2cb46e0e52d1b23de3dd95dcdf645bf.tar.gz
cpython-9e4e38ecd2cb46e0e52d1b23de3dd95dcdf645bf.tar.bz2
Issue #26801: Added C implementation of asyncio.Future.
Original patch by Yury Selivanov.
Diffstat (limited to 'PCbuild/pythoncore.vcxproj.filters')
-rw-r--r--PCbuild/pythoncore.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters
index 5eb4275..ef24333 100644
--- a/PCbuild/pythoncore.vcxproj.filters
+++ b/PCbuild/pythoncore.vcxproj.filters
@@ -470,6 +470,9 @@
<ClCompile Include="..\Modules\_functoolsmodule.c">
<Filter>Modules</Filter>
</ClCompile>
+ <ClCompile Include="..\Modules\_futuresmodule.c">
+ <Filter>Modules</Filter>
+ </ClCompile>
<ClCompile Include="..\Modules\_heapqmodule.c">
<Filter>Modules</Filter>
</ClCompile>