Message291065
| Author |
vstinner |
| Recipients |
MicroTransactionsMatterToo, ncoghlan, ned.deily, rbcollins, ronaldoussoren, vstinner |
| Date |
2017年04月03日.11:29:11 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1491218951.47.0.305210548033.issue28087@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
test_asyncore also fails on Python 2.7 on macOS Sierra. So I proposed a backport: see my PR 973.
======================================================================
FAIL: test_handle_expt (test.test_asyncore.TestAPI_UsePoll)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/2.7.billenstein-sierra/build/Lib/test/test_asyncore.py", line 620, in test_handle_expt
self.loop_waiting_for_flag(client)
File "/Users/buildbot/buildarea/2.7.billenstein-sierra/build/Lib/test/test_asyncore.py", line 519, in loop_waiting_for_flag
self.fail("flag not set")
AssertionError: flag not set
http://buildbot.python.org/all/builders/x86-64%20Sierra%202.7/builds/2/steps/test/logs/stdio |
|