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 terry.reedy
Recipients asvetlov, eric.araujo, koobs, py.user, python-dev, terry.reedy
Date 2013-06-08.09:58:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370685520.51.0.60312993302.issue16715@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-06-08 09:58:40terry.reedysetrecipients: + terry.reedy, eric.araujo, asvetlov, py.user, python-dev, koobs
2013-06-08 09:58:40terry.reedysetmessageid: <1370685520.51.0.60312993302.issue16715@psf.upfronthosting.co.za>
2013-06-08 09:58:40terry.reedylinkissue16715 messages
2013-06-08 09:58:39terry.reedycreate