summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2022-08-24 13:21:01 (GMT)
committerGitHub <noreply@github.com>2022-08-24 13:21:01 (GMT)
commita4a9f2e879c0c9572e0cecbc702dc1dd31f80221 (patch)
treeb79b68685fcff680ea2986b263cbb43b1c068bf2 /PCbuild/pythoncore.vcxproj
parent4de06e3cc0a58d73934f9a2759ad9cd2f6b031b0 (diff)
downloadcpython-a4a9f2e879c0c9572e0cecbc702dc1dd31f80221.zip
cpython-a4a9f2e879c0c9572e0cecbc702dc1dd31f80221.tar.gz
cpython-a4a9f2e879c0c9572e0cecbc702dc1dd31f80221.tar.bz2
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH-96204)
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r--PCbuild/pythoncore.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 3ff4be5..45e5013 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -327,7 +327,6 @@
<ClInclude Include="..\Parser\pegen.h" />
<ClInclude Include="..\PC\errmap.h" />
<ClInclude Include="..\PC\pyconfig.h" />
- <ClInclude Include="..\Python\ceval_gil.h" />
<ClInclude Include="..\Python\condvar.h" />
<ClInclude Include="..\Python\importdl.h" />
<ClInclude Include="..\Python\stdlib_module_names.h" />
@@ -502,6 +501,7 @@
<ClCompile Include="..\Python\getopt.c" />
<ClCompile Include="..\Python\getplatform.c" />
<ClCompile Include="..\Python\getversion.c" />
+ <ClCompile Include="..\Python\ceval_gil.c" />
<ClCompile Include="..\Python\hamt.c" />
<ClCompile Include="..\Python\hashtable.c" />
<ClCompile Include="..\Python\import.c" />