[issue23395] _thread.interrupt_main() errors if SIGINT handler in SIG_DFL, SIG_IGN

Andre Merzky report at bugs.python.org
Sun Jun 26 16:18:53 EDT 2016


Andre Merzky added the comment:

It seems you were right, that needed a DecRef indeed: the IncRef is already called on construction.  The DecRef for the result also needed fixing - an updated patch is attached.

----------
Added file: http://bugs.python.org/file43546/issue23395.2.patch

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


More information about the Python-bugs-list mailing list