From: Andrew MacIntyre Date: Mon, 9 Jun 2003 08:14:03 +0000 (+0000) Subject: bump stack size to cater for _sre recursion. X-Git-Tag: v2.3c1~511 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23ec1dcf789e11961e799dbb7336bd0da2b785ec;p=python 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. --- diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile index 265ff0bcc5..17266136fc 100644 --- a/PC/os2emx/Makefile +++ b/PC/os2emx/Makefile @@ -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