mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +00:00
Issue #21566: Make use of socket.listen() default backlog.
This commit is contained in:
parent
8518b79a8d
commit
6e20460dc6
18 changed files with 33 additions and 33 deletions
|
|
@ -1333,7 +1333,7 @@ class URLopener_Tests(unittest.TestCase):
|
|||
# serv.settimeout(3)
|
||||
# serv.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
|
||||
# serv.bind(("", 9093))
|
||||
# serv.listen(5)
|
||||
# serv.listen()
|
||||
# try:
|
||||
# conn, addr = serv.accept()
|
||||
# conn.send("1 Hola mundo\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue