[issue13285] signal module ignores external signal changes

Martin Panter report at bugs.python.org
Tue Mar 22 22:26:31 EDT 2016


Martin Panter added the comment:

Also, the documentation currently suggests it returns None in these cases, but it actually returns SIG_DFL in at least one case (noticed in Issue 23735).

FWIW Vilya’s opaque object sounds fairly sensible to me. Yes, it is ugly, but one does not look at Unix signals expecting to find beauty :)

----------
nosy: +martin.panter

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


More information about the Python-bugs-list mailing list