diff options
author | Guido van Rossum <guido@python.org> | 2000-09-16 16:35:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-09-16 16:35:28 (GMT) |
commit | d2cd7adf6f6e6ea0e838c6a92fc70848579641ab (patch) | |
tree | b5ac231c745fdfe085ee7aada4a98194d36b663a /Modules/cstubs | |
parent | 6f25618be5d8756284dc99c47953268e398175d0 (diff) | |
download | cpython-d2cd7adf6f6e6ea0e838c6a92fc70848579641ab.zip cpython-d2cd7adf6f6e6ea0e838c6a92fc70848579641ab.tar.gz cpython-d2cd7adf6f6e6ea0e838c6a92fc70848579641ab.tar.bz2 |
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.
Diffstat (limited to 'Modules/cstubs')
0 files changed, 0 insertions, 0 deletions