File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -459,6 +459,8 @@ Build
459459Windows
460460-------
461461
462+ - Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build
463+
462464- Issue #25089: Adds logging to installer for case where launcher is not
463465 selected on upgrade.
464466
Original file line number Diff line number Diff line change 4343 <CompileAs >Default</CompileAs >
4444 <SuppressStartupBanner >true</SuppressStartupBanner >
4545 <WholeProgramOptimization >true</WholeProgramOptimization >
46+ <EnableEnhancedInstructionSet Condition =" '$(Platform)'=='Win32'" >NoExtensions</EnableEnhancedInstructionSet >
4647 </ClCompile >
4748 <ClCompile Condition =" $(Configuration) == 'Debug'" >
4849 <Optimization >Disabled</Optimization >
Original file line number Diff line number Diff line change 435435 <ClInclude Include =" ..\Modules\hashtable.h" >
436436 <Filter >Modules</Filter >
437437 </ClInclude >
438+ <ClInclude Include =" ..\Include\odictobject.h" >
439+ <Filter >Include</Filter >
440+ </ClInclude >
438441 </ItemGroup >
439442 <ItemGroup >
440443 <ClCompile Include =" ..\Modules\_bisectmodule.c" >
968971 <ClCompile Include =" ..\PC\invalid_parameter_handler.c" >
969972 <Filter >PC</Filter >
970973 </ClCompile >
974+ <ClCompile Include =" ..\Objects\odictobject.c" >
975+ <Filter >Objects</Filter >
976+ </ClCompile >
971977 </ItemGroup >
972978 <ItemGroup >
973979 <ResourceCompile Include =" ..\PC\python_nt.rc" >
You can’t perform that action at this time.
0 commit comments