mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
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.
This commit is contained in:
parent
dcfb38c21b
commit
23ec1dcf78
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ $(OUT)%$O: %.c
|
||||||
@echo Creating .DEF file: $@
|
@echo Creating .DEF file: $@
|
||||||
@echo NAME $(notdir $*) $(EXETYPE.$(notdir $*).exe) >$@
|
@echo NAME $(notdir $*) $(EXETYPE.$(notdir $*).exe) >$@
|
||||||
@echo DESCRIPTION $(DQUOTE)$(DESCRIPTION.$(notdir $*).exe)$(DQUOTE) >>$@
|
@echo DESCRIPTION $(DQUOTE)$(DESCRIPTION.$(notdir $*).exe)$(DQUOTE) >>$@
|
||||||
@echo STACKSIZE 1048576 >>$@
|
@echo STACKSIZE 1572864 >>$@
|
||||||
|
|
||||||
# Output file names
|
# Output file names
|
||||||
PYTHON_VER= 2.3
|
PYTHON_VER= 2.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue