Control-C on Unix misbehaviour?

Randall Hopper aa8vb at yahoo.com
Tue Oct 19 15:09:19 EDT 1999


Quinn Dunkan:
 |Here's a data point for Irix6:
 |If you hit ^C at the >>> prompt with readline loaded (python 1.5), python
 |stops responding.  Further ^Cs do nothing, in fact the only way I've found
 |to get out is to kill from another shell or hit ^z kill %.

Possibly due to an the old Python (1.5) or an old readline.  No problems
here on IRIX 6 with Python 1.5.2 and readline 4.

   > uname -a
   IRIX64 ethyl 6.5 07151439 IP27

   > python
   Python 1.5.2 (#3, Jul  8 1999, 11:01:48) [C] on irix646-n32
   Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
   >>> 
   KeyboardInterrupt
   >>> 
   KeyboardInterrupt
   >>> 
   KeyboardInterrupt
   >>> print "Yep, still alive." 
   Yep, still alive.
   >>>  

-- 
Randall Hopper
aa8vb at yahoo.com




More information about the Python-list mailing list