New submission from Yury Selivanov <[email protected]>:
socket.accept currently has this code:
type = self.type & ~globals().get("SOCK_NONBLOCK", 0)
which I believe is (a) bad Python style; (b) slows things down.
----------
components: +Library (Lib)
nosy: +asvetlov, vstinner
type: -> enhancement
versions: +Python 3.7
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue32318>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com