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 vstinner
Recipients brian.curtin, neologix, pitrou, sbt, tim.golden, vstinner
Date 2014-02-22.00:44:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393029857.15.0.90515418007.issue20717@psf.upfronthosting.co.za>
In-reply-to
Content
The test failed also on "AMD64 Windows7 SP1 3.x" buildbot:

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/4144/steps/test/logs/stdio

======================================================================
FAIL: test_4_daemon_threads (test.test_threading.ThreadJoinOnShutdown)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_threading.py", line 773, in test_4_daemon_threads
    rc, out, err = assert_python_ok('-c', script)
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\script_helper.py", line 69, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\script_helper.py", line 55, in _assert_python
    "stderr follows:\n%s" % (rc, err.decode('ascii', 'ignore')))
AssertionError: Process return code is 3221225477, stderr follows:
History
Date User Action Args
2014-02-22 00:44:17vstinnersetrecipients: + vstinner, pitrou, tim.golden, brian.curtin, neologix, sbt
2014-02-22 00:44:17vstinnersetmessageid: <1393029857.15.0.90515418007.issue20717@psf.upfronthosting.co.za>
2014-02-22 00:44:17vstinnerlinkissue20717 messages
2014-02-22 00:44:16vstinnercreate