mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Boosted the stack reservation for python.exe and python_w.exe from the
default 1MB to 2 million bytes. The test suite passes with -uall again (test_compiler no longer drives WinXP into an insane state).
This commit is contained in:
parent
e667e66507
commit
79b52b7261
3 changed files with 16 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
|||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\./pythonw_d.pdb"
|
||||
SubSystem="2"
|
||||
StackReserveSize="2000000"
|
||||
BaseAddress="0x1d000000"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
|
@ -108,6 +109,7 @@
|
|||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\./pythonw.pdb"
|
||||
SubSystem="2"
|
||||
StackReserveSize="2000000"
|
||||
BaseAddress="0x1d000000"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
|
@ -179,6 +181,7 @@
|
|||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\./pythonw.pdb"
|
||||
SubSystem="2"
|
||||
StackReserveSize="2000000"
|
||||
BaseAddress="0x1d000000"
|
||||
TargetMachine="0"/>
|
||||
<Tool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue