[issue35934] Add socket.create_server() utility function

2019-04-09 Thread STINNER Victor
STINNER Victor added the comment: I was sure that I already reported the issue... In fact, I commented bpo-17561 :-) -- ___ Python tracker ___

[issue35934] Add socket.create_server() utility function

2019-04-09 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: No problem. My bad that I mistyped the "BPO" thing. -- ___ Python tracker ___ ___

[issue35934] Add socket.create_server() utility function

2019-04-09 Thread STINNER Victor
STINNER Victor added the comment: > Those are old failures (+/- 17 hours ago). I committed: > https://github.com/python/cpython/pull/12735 Oh, you wrote "BPO-" rather than "bpo-" and so your commit wasn't mentioned here: commit 8702b67dad62a9084f6c1823dce10653743667c8 Author: Giampaolo

[issue35934] Add socket.create_server() utility function

2019-04-09 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Those are old failures (+/- 17 hours ago). I committed: https://github.com/python/cpython/pull/12735 ...which fixed them. -- ___ Python tracker

[issue35934] Add socket.create_server() utility function

2019-04-09 Thread STINNER Victor
STINNER Victor added the comment: s390x SLES 3.x: https://buildbot.python.org/all/#/builders/16/builds/2625 FAIL: test_wait_socket (test.test_multiprocessing_fork.TestWait) FAIL: test_wait_socket (test.test_multiprocessing_spawn.TestWait) Re-running failed tests in verbose mode Re-running

[issue35934] Add socket.create_server() utility function

2019-04-09 Thread STINNER Victor
STINNER Victor added the comment: AMD64 FreeBSD CURRENT Shared 3.x: https://buildbot.python.org/all/#/builders/168/builds/885 test_wait (test.test_multiprocessing_spawn.TestWait) ... ok test_wait_integer (test.test_multiprocessing_spawn.TestWait) ... ok test_wait_slow

[issue35934] Add socket.create_server() utility function

2019-04-09 Thread STINNER Victor
STINNER Victor added the comment: AMD64 Ubuntu Shared 3.x: https://buildbot.python.org/all/#/builders/141/builds/1498 FAIL: test_wait_socket (test.test_multiprocessing_fork.TestWait) -- Traceback (most recent call last):

[issue35934] Add socket.create_server() utility function

2019-04-09 Thread STINNER Victor
STINNER Victor added the comment: The change broke multiple buildbots, please fix buildbots or the change will be reverted: https://github.com/python/cpython/pull/11784#issuecomment-481036369 Revert on fail: https://pythondev.readthedocs.io/ci.html#revert-on-fail -- nosy:

[issue35934] Add socket.create_server() utility function

2019-04-08 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: New changeset eb7e29f2a9d075accc1ab3faf3612ac44f5e2183 by Giampaolo Rodola in branch 'master': bpo-35934: Add socket.create_server() utility function (GH-11784) https://github.com/python/cpython/commit/eb7e29f2a9d075accc1ab3faf3612ac44f5e2183 --

[issue35934] Add socket.create_server() utility function

2019-02-14 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Correct. Sorry for the typo. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35934] Add socket.create_server() utility function

2019-02-14 Thread Cheryl Sabella
Cheryl Sabella added the comment: The previous comment is a self-reference. I believe the intention was to mark this as a duplicate of #17561. -- ___ Python tracker ___

[issue35934] Add socket.create_server() utility function

2019-02-14 Thread STINNER Victor
Change by STINNER Victor : -- title: Add socket.bind_socket() utility function -> Add socket.create_server() utility function ___ Python tracker ___