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 ocean-city
Recipients aimacintyre, gregory.p.smith, jnoller, ocean-city, pitrou
Date 2008-09-30.14:58:45
SpamBayes Score 7.563257e-05
Marked as misclassified No
Message-id <1222786726.96.0.629680984818.issue3863@psf.upfronthosting.co.za>
In-reply-to
Content
Cygwin1.5 also hangs on test_3_join_in_forked_from_thread.
Cygwin1.7 + following snapshot doesn't hang but
http://cygwin.com/snapshots/cygwin1-20080929.dll.bz2
fails with following message.

======================================================================
FAIL: test_3_join_in_forked_from_thread (__main__.ThreadJoinOnShutdown)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_threading.py", line 400, in
test_3_join_in_forked_from_thr
ead
    self._run_and_join(script)
  File "Lib/test/test_threading.py", line 342, in _run_and_join
    self.assertEqual(data, "end of main\nend of thread\n")
AssertionError: '' != 'end of main\nend of thread\n'

If stdout is unbuffered mode,
$ export PYTHONUNBUFFERED=x
test passes.
History
Date User Action Args
2008-09-30 14:58:47ocean-citysetrecipients: + ocean-city, gregory.p.smith, aimacintyre, pitrou, jnoller
2008-09-30 14:58:46ocean-citysetmessageid: <1222786726.96.0.629680984818.issue3863@psf.upfronthosting.co.za>
2008-09-30 14:58:46ocean-citylinkissue3863 messages
2008-09-30 14:58:45ocean-citycreate