]> granicus.if.org Git - python/commit
Use typedef PyOS_sighandler_t and APIs PyOS_getsig() and
authorGuido van Rossum <guido@python.org>
Sat, 16 Sep 2000 16:35:28 +0000 (16:35 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 16 Sep 2000 16:35:28 +0000 (16:35 +0000)
commitd2cd7adf6f6e6ea0e838c6a92fc70848579641ab
treeb5ac231c745fdfe085ee7aada4a98194d36b663a
parent6f25618be5d8756284dc99c47953268e398175d0
Use typedef PyOS_sighandler_t and APIs PyOS_getsig() and
PyOS_setsig(), instead of directly calling signal() or sigaction().

This fixes the second half of bug #110611: the mysterious ignoring of
the first ^C when readline isn't used.
Modules/signalmodule.c