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, gregory.p.smith, iigor, vstinner
Date 2011-05-02.15:26:16
SpamBayes Score 0.054766834
Marked as misclassified No
Message-id <1304349977.05.0.672753651279.issue11361@psf.upfronthosting.co.za>
In-reply-to
Content
http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/builds/4483/steps/test/logs/stdio
----------
test test_os failed -- Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_os.py", line 1177, in test_CTRL_BREAK_EVENT
    self._kill_with_event(signal.CTRL_BREAK_EVENT, "CTRL_BREAK_EVENT")
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_os.py", line 1155, in _kill_with_event
    self.fail("subprocess did not stop on {}".format(name))
AssertionError: subprocess did not stop on CTRL_BREAK_EVENT
----------
History
Date User Action Args
2011-05-02 15:26:17vstinnersetrecipients: + vstinner, gregory.p.smith, brian.curtin, iigor
2011-05-02 15:26:17vstinnersetmessageid: <1304349977.05.0.672753651279.issue11361@psf.upfronthosting.co.za>
2011-05-02 15:26:16vstinnerlinkissue11361 messages
2011-05-02 15:26:16vstinnercreate