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 Arfrever, Mark.Shannon, amaury.forgeotdarc, asvetlov, benjamin.peterson, brett.cannon, dmalcolm, ilblackdragon, jcea, larry, lemburg, mark.dickinson, python-dev, vstinner
Date 2013-06-04.22:29:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370384983.48.0.00941581315622.issue17206@psf.upfronthosting.co.za>
In-reply-to
Content
"AMD64 Windows7 SP1 3.x" buildbot is crashing in test_marshal. It looks like a regression introduced by the changeset aff41a6421c2:

[ 88/375] test_marshal
Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 1611, in <module>
    main_in_temp_cwd()
  File "../lib/test/regrtest.py", line 1586, in main_in_temp_cwd
    main()
  File "../lib/test/regrtest.py", line 774, in main
    raise Exception("Child error on {}: {}".format(test, result[1]))
Exception: Child error on test_marshal: Exit code 3221225725

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/2009/steps/test/logs/stdio
History
Date User Action Args
2013-06-04 22:29:43vstinnersetrecipients: + vstinner, lemburg, brett.cannon, jcea, amaury.forgeotdarc, mark.dickinson, larry, benjamin.peterson, Arfrever, asvetlov, dmalcolm, Mark.Shannon, python-dev, ilblackdragon
2013-06-04 22:29:43vstinnersetmessageid: <1370384983.48.0.00941581315622.issue17206@psf.upfronthosting.co.za>
2013-06-04 22:29:43vstinnerlinkissue17206 messages
2013-06-04 22:29:42vstinnercreate