[issue1583] Patch for signal.set_wakeup_fd

Jeroen Demeyer report at bugs.python.org
Tue Apr 9 14:17:05 EDT 2019


Jeroen Demeyer <J.Demeyer at UGent.be> added the comment:

> Back in 2007 the only POSIX-compliant type allowed for that was sig_atomic_t, anything else was undefined.

Fair enough, but having a non-atomic type is still much better than a completely wrong type. In other words, the requirement of fitting a file descriptor is more important than being atomic.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue1583>
_______________________________________


More information about the Python-bugs-list mailing list