Bug in CPython 2.2.1? - resend

Bo M. Maryniuck b.maryniuk at forbis.lt
Fri May 16 04:22:03 EDT 2003


On Wednesday 14 May 2003 23:26, Fernando Perez wrote:
> Hi all,
> I'm wondering if the following is a bug in Python.  

On SuSE Linux 7.3, 8.0, 8.1, 8.2 (compiled from the source) I got a segfault 
instead of stuff you described:

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
bo at gandalf:(~) cat test.py 
import readline
readline.get_completer_delims()

bo at gandalf:(~) echo 'execfile("test.py");print 10' | python
Segmentation fault
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 

But 2.3x seems works fine instead.

--
Regards, Bogdan

Everyone has a photographic memory. Some don't have film.






More information about the Python-list mailing list