Terry J. Reedy added the comment:

I don't think so. The idle test, test_idle, passed. The patch did not even 
affect any of the three idle files that it currently tests. Just because a 
commit triggers a test does not mean that it is the cause of any failure that 
happens. The log says the failure was in test_subprocess.
'''
FAIL: test_wait_timeout (test.test_subprocess.ProcessTestCaseNoPoll)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/home/buildbot/python/3.3.koobs-freebsd/build/Lib/test/test_subprocess.py",
 line 953, in test_wait_timeout
    p.wait(timeout=0.0001)
AssertionError: TimeoutExpired not raised
'''
As I interpret the traceback, this did not fail is the re-run.

I did not set 3.3, nor reopen, because this patch is primarily part of a new 
issue, #18151. I cross-referenced this one so that if anyone else thought of 
backporting some of the mega patch, this backport would be recorded here.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16715>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to