This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jnoller
Recipients Rhamphoryncus, amaury.forgeotdarc, jnoller, mikemccand, pitrou, tzot
Date 2008-07-09.13:19:46
SpamBayes Score 0.0022375677
Marked as misclassified No
Message-id <1215609587.4.0.967965593089.issue874900@psf.upfronthosting.co.za>
In-reply-to
Content
I had to flip on ignore whitespace to patch:
patch -p0 -l <~/Desktop/fork-and-thread3.patch

Worked. Unfortunately, test_threading is locking up during a make test. 
Here's the verbose regrtest.py output:

woot:python-trunk jesse$ ./python.exe Lib/test/regrtest.py -v 
test_threading
...snip
<thread 9> done
<thread 9> is finished. 0 tasks are running
all tasks done
ok
test_join_in_forked_from_thread 
(test.test_threading.ThreadJoinOnShutdown) ...

At this point it hangs (OS/X 10.5 latest)
History
Date User Action Args
2008-07-09 13:19:47jnollersetspambayes_score: 0.00223757 -> 0.0022375677
recipients: + jnoller, mikemccand, tzot, amaury.forgeotdarc, Rhamphoryncus, pitrou
2008-07-09 13:19:47jnollersetspambayes_score: 0.00223757 -> 0.00223757
messageid: <1215609587.4.0.967965593089.issue874900@psf.upfronthosting.co.za>
2008-07-09 13:19:46jnollerlinkissue874900 messages
2008-07-09 13:19:46jnollercreate