]> granicus.if.org Git - python/commit
Issue #19399: fix sporadic test_subprocess failure.
authorTim Peters <tim@python.org>
Sat, 26 Oct 2013 01:46:51 +0000 (20:46 -0500)
committerTim Peters <tim@python.org>
Sat, 26 Oct 2013 01:46:51 +0000 (20:46 -0500)
commite5bb0bf04ded8ab623da08164c43059d3c68bd87
tree5b24e6a8d5a627ad3035b717648b9da401dd61be
parentbdb61387b753628c033030989a815b7dc02bde20
Issue #19399: fix sporadic test_subprocess failure.

Change Thread.join() with a negative timeout to just return.  The
behavior isn't documented then, but this restores previous
behavior.
Lib/threading.py
Misc/NEWS