]> granicus.if.org Git - python/commit
Use PyOS_setsig() instead of directly calling signal() or sigaction().
authorGuido van Rossum <guido@python.org>
Sat, 16 Sep 2000 16:37:53 +0000 (16:37 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 16 Sep 2000 16:37:53 +0000 (16:37 +0000)
commit174efc9cdbc3b398096ec24a7bb4ebe650ec5929
tree9f9491afd052d30b6e4cbecf0bb415af4ffce455
parentd2cd7adf6f6e6ea0e838c6a92fc70848579641ab
Use PyOS_setsig() instead of directly calling signal() or sigaction().

This fixes the first half of bug #110611: the immediate exit when ^C
is hit when readline and threads are configured.

Also added a new module variable, readline.library_version.
Modules/readline.c