]> granicus.if.org Git - python/commit
bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Sep 2019 09:12:52 +0000 (12:12 +0300)
committerGitHub <noreply@github.com>
Sun, 1 Sep 2019 09:12:52 +0000 (12:12 +0300)
commit5eca7f3f3836cc734dfe8dc5ec669f3b4e9333fe
tree2a3eee6b520cafadc4c3b950e73bad0c0b1aa5ce
parenteb8974616bc58f44b2a3c3e4ca2326894ae42c8f
bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621)
Doc/howto/sockets.rst
Lib/asyncore.py
Lib/test/test_asyncio/functional.py
Lib/test/test_socket.py
Lib/test/test_ssl.py
Lib/test/test_timeout.py
Modules/socketmodule.c