[issue30038] Race condition in how trip_signal writes to wakeup fd

Nathaniel Smith report at bugs.python.org
Tue Apr 11 06:40:27 EDT 2017


Nathaniel Smith added the comment:

Err, libuv obviously doesn't use a Python-level signal handler. I just meant to include them as another example of a library I checked that uses a self-pipe to handle signals but relies on out-of-band information to transmit what the actual signal is :-).

----------

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


More information about the Python-bugs-list mailing list