]> granicus.if.org Git - python/commit
Patch #1454481: Make thread stack size runtime tunable.
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Tue, 13 Jun 2006 15:04:24 +0000 (15:04 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Tue, 13 Jun 2006 15:04:24 +0000 (15:04 +0000)
commit9291332de137141057591386b4ba449ae3a5ed48
tree31e4a0a2411052ceb8e05284fe9409c6995f79ca
parentc6f5b3ad6c9e93235f9aa53d1ed8086030fbcd6c
Patch #1454481:  Make thread stack size runtime tunable.

Heavily revised, comprising revisions:
46640 - original trunk revision (backed out in r46655)
46647 - markup fix (backed out in r46655)
46692:46918 merged from branch aimacintyre-sf1454481

branch tested on buildbots (Windows buildbots had problems
not related to these changes).
14 files changed:
Doc/lib/libthread.tex
Doc/lib/libthreading.tex
Include/pythread.h
Lib/dummy_thread.py
Lib/test/output/test_thread
Lib/test/test_thread.py
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS
Modules/threadmodule.c
Python/thread.c
Python/thread_nt.h
Python/thread_os2.h
Python/thread_pthread.h