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 gvanrossum
Recipients gvanrossum, larry, steve.dower, vstinner
Date 2015-08-09.12:33:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439123607.54.0.609872983904.issue24835@psf.upfronthosting.co.za>
In-reply-to
Content
Probably Vincent knows? FWIW the actual failure from the log file is:

FAIL: test_popen_error (test.test_asyncio.test_subprocess.SubprocessProactorTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.5.bolen-windows7\build\lib\test\test_asyncio\test_subprocess.py", line 428, in test_popen_error
    self.loop.run_until_complete(create)
AssertionError: ZeroDivisionError not raised

The test refers to issue #24763.
History
Date User Action Args
2015-08-09 12:33:27gvanrossumsetrecipients: + gvanrossum, vstinner, larry, steve.dower
2015-08-09 12:33:27gvanrossumsetmessageid: <1439123607.54.0.609872983904.issue24835@psf.upfronthosting.co.za>
2015-08-09 12:33:27gvanrossumlinkissue24835 messages
2015-08-09 12:33:26gvanrossumcreate