[Python-bugs-list] PRIVATE: Threads and readline (PR#120)

guido@CNRI.Reston.VA.US guido@CNRI.Reston.VA.US
Mon, 1 Nov 1999 17:56:39 -0500 (EST)


> When python is compiled with thread support and readline, ^C no longer
> works properly (interpreter goes into an infinite loop).
> (Tried with readline 2.0, 2.2 and 4.0).

Thanks for your bug report.  I see that you are using FreeBSD.  Could
it be a FreeBSD related problem?  I don't see the same thing on
Solaris or Red Hat Linux.

Also, can you describe exactly how you reproduce the problem?

--Guido van Rossum (home page: http://www.python.org/~guido/)