[issue1975] signals not always delivered to main thread, since other threads have the signal unmasked

Adam Olsen report at bugs.python.org
Fri Feb 27 21:33:39 CET 2009


Adam Olsen <rhamph at gmail.com> added the comment:

The readline API just sucks.  It's not at all designed to be used
simultaneously from multiple threads, so we shouldn't even try.  Ban
using it in non-main threads, restore the blocking of signals, and go on
with our merry lives.

----------
nosy: +Rhamphoryncus

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


More information about the Python-bugs-list mailing list