Berker Peksag added the comment:

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.

----------
nosy: +berker.peksag
stage:  -> patch review
versions: +Python 3.4
Added file: http://bugs.python.org/file37946/issue23358.diff

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

Reply via email to