summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-06-22 15:27:35 (GMT)
committerGitHub <noreply@github.com>2020-06-22 15:27:35 (GMT)
commit384621c42f9102e31ba2c47feba144af09c989e5 (patch)
tree07a92a8cdeb0234d18c392d503780255ccca81ad /PCbuild/pythoncore.vcxproj
parent9e27bc0c1efc7478872f98729f87886e9333548f (diff)
downloadcpython-384621c42f9102e31ba2c47feba144af09c989e5.zip
cpython-384621c42f9102e31ba2c47feba144af09c989e5.tar.gz
cpython-384621c42f9102e31ba2c47feba144af09c989e5.tar.bz2
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
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 fc99d77..0071475 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -191,7 +191,7 @@
<ClInclude Include="..\Include\internal\pycore_runtime.h" />
<ClInclude Include="..\Include\internal\pycore_sysmodule.h" />
<ClInclude Include="..\Include\internal\pycore_traceback.h" />
- <ClInclude Include="..\Include\internal\pycore_tupleobject.h" />
+ <ClInclude Include="..\Include\internal\pycore_tuple.h" />
<ClInclude Include="..\Include\internal\pycore_warnings.h" />
<ClInclude Include="..\Include\interpreteridobject.h" />
<ClInclude Include="..\Include\intrcheck.h" />