This repository was archived by the owner on Feb 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -308,6 +308,8 @@ Build
308
308
Windows
309
309
-------
310
310
311
+ - Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build
312
+
311
313
- Issue #25089: Adds logging to installer for case where launcher is not
312
314
selected on upgrade.
313
315
Original file line number Diff line number Diff line change 43
43
<CompileAs >Default</CompileAs >
44
44
<SuppressStartupBanner >true</SuppressStartupBanner >
45
45
<WholeProgramOptimization >true</WholeProgramOptimization >
46
+ <EnableEnhancedInstructionSet Condition =" '$(Platform)'=='Win32'" >NoExtensions</EnableEnhancedInstructionSet >
46
47
</ClCompile >
47
48
<ClCompile Condition =" $(Configuration) == 'Debug'" >
48
49
<Optimization >Disabled</Optimization >
Original file line number Diff line number Diff line change 435
435
<ClInclude Include =" ..\Modules\hashtable.h" >
436
436
<Filter >Modules</Filter >
437
437
</ClInclude >
438
+ <ClInclude Include =" ..\Include\odictobject.h" >
439
+ <Filter >Include</Filter >
440
+ </ClInclude >
438
441
</ItemGroup >
439
442
<ItemGroup >
440
443
<ClCompile Include =" ..\Modules\_bisectmodule.c" >
968
971
<ClCompile Include =" ..\PC\invalid_parameter_handler.c" >
969
972
<Filter >PC</Filter >
970
973
</ClCompile >
974
+ <ClCompile Include =" ..\Objects\odictobject.c" >
975
+ <Filter >Objects</Filter >
976
+ </ClCompile >
971
977
</ItemGroup >
972
978
<ItemGroup >
973
979
<ResourceCompile Include =" ..\PC\python_nt.rc" >
You can’t perform that action at this time.
0 commit comments