Kaydet (Commit) 23ec1dcf authored tarafından Andrew MacIntyre's avatar Andrew MacIntyre

bump stack size to cater for _sre recursion.

reorganise modules, so that most standard extensions are built into
the Python DLL.  this slightly improves performance; reduces
fragmentation of address spaces and slightly reduces memory footprint.
üst dcfb38c2
......@@ -214,7 +214,7 @@ $(OUT)%$O: %.c
@echo Creating .DEF file: $@
@echo NAME $(notdir $*) $(EXETYPE.$(notdir $*).exe) >$@
@echo DESCRIPTION $(DQUOTE)$(DESCRIPTION.$(notdir $*).exe)$(DQUOTE) >>$@
@echo STACKSIZE 1048576 >>$@
@echo STACKSIZE 1572864 >>$@
# Output file names
PYTHON_VER= 2.3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment