https://github.com/python/cpython/commit/615abb99a4538520f380ab26a42f1506e08ffd09
commit: 615abb99a4538520f380ab26a42f1506e08ffd09
branch: main
author: Sergey Muraviov <[email protected]>
committer: zooba <[email protected]>
date: 2024-11-22T15:30:01Z
summary:

Fix broken XML in Visual Studio project file (GH-127142)

files:
M PCbuild/_freeze_module.vcxproj.filters

diff --git a/PCbuild/_freeze_module.vcxproj.filters 
b/PCbuild/_freeze_module.vcxproj.filters
index 09a5f4d30ef490..3842f52e514bb4 100644
--- a/PCbuild/_freeze_module.vcxproj.filters
+++ b/PCbuild/_freeze_module.vcxproj.filters
@@ -239,6 +239,8 @@
       <Filter>Source Files</Filter>
     </ClCompile>
     <ClCompile Include="..\Python\instruction_sequence.c">
+      <Filter>Source Files</Filter>
+    </ClCompile>
     <ClCompile Include="..\Python\interpconfig.c">
       <Filter>Source Files</Filter>
     </ClCompile>

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to