]> granicus.if.org Git - python/commitdiff
bump stack size to cater for _sre recursion.
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Mon, 9 Jun 2003 08:14:03 +0000 (08:14 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Mon, 9 Jun 2003 08:14:03 +0000 (08:14 +0000)
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.

PC/os2emx/Makefile

index 265ff0bcc560e6da49404e36975ee4de4685a324..17266136fc8d936f32852520ab074467bf6bbd1f 100644 (file)
@@ -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