[Python-ideas] IDEA: do not alter default SIGINT handling

ryles rylesny at gmail.com
Wed Sep 16 01:31:05 CEST 2009


On Sep 15, 3:45 pm, Mike Meyer <mwm-keyword-python.b4b... at mired.org>
wrote:
> Is there an example in the standard library that doesn't handle
> interrupts properly on both systems?

The one that often annoys people in the standard library is
threading.Thread.join():

http://bugs.python.org/issue1167930



More information about the Python-ideas mailing list