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 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
History
Date User Action Args
2017-04-03 11:29:11vstinnersetrecipients: + vstinner, ronaldoussoren, ncoghlan, rbcollins, ned.deily, MicroTransactionsMatterToo
2017-04-03 11:29:11vstinnersetmessageid: <1491218951.47.0.305210548033.issue28087@psf.upfronthosting.co.za>
2017-04-03 11:29:11vstinnerlinkissue28087 messages
2017-04-03 11:29:11vstinnercreate