]> granicus.if.org Git - python/commit
Revert revisions:
authorTim Peters <tim.peters@gmail.com>
Sun, 4 Jun 2006 23:52:47 +0000 (23:52 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 4 Jun 2006 23:52:47 +0000 (23:52 +0000)
commit28eeefe566d77cd3af3d675c4f2216c5033fe538
tree7fec63fcf38c5dbe611860fb74e8c49206d2e581
parentc7d14452a4ed303d38498cc16c3cfc0beed9b843
Revert revisions:

46640 Patch #1454481:  Make thread stack size runtime tunable.
46647 Markup fix

The first is causing many buildbots to fail test runs, and there
are multiple causes with seemingly no immediate prospects for
repairing them.  See python-dev discussion.

Note that a branch can (and should) be created for resolving these
problems, like

svn copy svn+ssh://svn.python.org/python/trunk -r46640 svn+ssh://svn.python.org/python/branches/NEW_BRANCH

followed by merging rev 46647 to the new branch.
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