[issue22018] Add a new signal.set_wakeup_socket() function

Antoine Pitrou report at bugs.python.org
Thu Jul 24 01:38:43 CEST 2014


Antoine Pitrou added the comment:

> I don't like the option (B). Sockets are usually stored as objects (socket.socket) because of Windows, not as socket handle (int)

I don't understand this. If you're ok with calling fileno() under Linux, why not under Windows?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22018>
_______________________________________


More information about the Python-bugs-list mailing list