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 berker.peksag
Recipients berker.peksag, martin.panter
Date 2015-01-31.23:48:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422748090.93.0.457614051949.issue23358@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch, Martin. I got the following failure on the 3.4 branch:

======================================================================
FAIL: test_all (test.test_socketserver.SimpleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/berker/projects/cpython/default/Lib/test/test_socketserver.py", line 324, in test_all
    self.assertCountEqual(socketserver.__all__, expected)
AssertionError: Element counts were not equal:
First has 0, Second has 1:  '_eintr_retry'

Here is an updated patch.
History
Date User Action Args
2015-01-31 23:48:10berker.peksagsetrecipients: + berker.peksag, martin.panter
2015-01-31 23:48:10berker.peksagsetmessageid: <1422748090.93.0.457614051949.issue23358@psf.upfronthosting.co.za>
2015-01-31 23:48:10berker.peksaglinkissue23358 messages
2015-01-31 23:48:10berker.peksagcreate