[issue22042] signal.set_wakeup_fd(fd): set the fd to non-blocking mode

STINNER Victor report at bugs.python.org
Wed Jul 23 23:41:24 CEST 2014


STINNER Victor added the comment:

As suggested by Antoine, I created the issue #22054 to add os.get_blocking() and os.set_blocking() functions.

Here is the simplified patch for signal.set_wakeup_fd(fd). It now depends on the patch of the issue #22054.

----------
Added file: http://bugs.python.org/file36054/os_blocking-2.patch

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


More information about the Python-bugs-list mailing list