| commit | d2cd7adf6f6e6ea0e838c6a92fc70848579641ab | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Sat Sep 16 16:35:28 2000 +0000 |
| committer | Guido van Rossum <guido@python.org> | Sat Sep 16 16:35:28 2000 +0000 |
| tree | b5ac231c745fdfe085ee7aada4a98194d36b663a | |
| parent | 6f25618be5d8756284dc99c47953268e398175d0 [diff] |
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.