Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23ec1dc

Browse files
author
Andrew MacIntyre
committed
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.
1 parent dcfb38c commit 23ec1dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/os2emx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ $(OUT)%$O: %.c
214214
@echo Creating .DEF file: $@
215215
@echo NAME $(notdir $*) $(EXETYPE.$(notdir $*).exe) >$@
216216
@echo DESCRIPTION $(DQUOTE)$(DESCRIPTION.$(notdir $*).exe)$(DQUOTE) >>$@
217-
@echo STACKSIZE 1048576 >>$@
217+
@echo STACKSIZE 1572864 >>$@
218218

219219
# Output file names
220220
PYTHON_VER= 2.3

0 commit comments

Comments
 (0)