summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2019-03-01 23:50:31 (GMT)
committerGitHub <noreply@github.com>2019-03-01 23:50:31 (GMT)
commitbcfa450f210074e16feb761ae5b3e966a2532fcf (patch)
treef35f16dc1d0689236065b87ac2a3d65f44c90c91 /PCbuild/pythoncore.vcxproj
parent1f24a719e7be5e49b876a5dc7daf21d01ee69faa (diff)
downloadcpython-bcfa450f210074e16feb761ae5b3e966a2532fcf.zip
cpython-bcfa450f210074e16feb761ae5b3e966a2532fcf.tar.gz
cpython-bcfa450f210074e16feb761ae5b3e966a2532fcf.tar.bz2
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003)
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r--PCbuild/pythoncore.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index bff7b95..c9ff2f8 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -154,6 +154,7 @@
<ClInclude Include="..\Include\internal\pycore_pystate.h" />
<ClInclude Include="..\Include\internal\pycore_tupleobject.h" />
<ClInclude Include="..\Include\internal\pycore_warnings.h" />
+ <ClInclude Include="..\Include\interpreteridobject.h" />
<ClInclude Include="..\Include\intrcheck.h" />
<ClInclude Include="..\Include\iterobject.h" />
<ClInclude Include="..\Include\listobject.h" />
@@ -350,6 +351,7 @@
<ClCompile Include="..\Objects\frameobject.c" />
<ClCompile Include="..\Objects\funcobject.c" />
<ClCompile Include="..\Objects\genobject.c" />
+ <ClCompile Include="..\Objects\interpreteridobject.c" />
<ClCompile Include="..\Objects\iterobject.c" />
<ClCompile Include="..\Objects\listobject.c" />
<ClCompile Include="..\Objects\longobject.c" />