[Python-Dev] IDLE timeout.

2009-04-15 Thread Alessio Giovanni Baroni
Hi to all, I write on this list, because the error concerns the internals (I think). The IDLE has a strange behaviour. Sometimes, randomly, the IDLE restart the interpreter, with the follow exception on console: Unhandled server exception! Thread: SockThrea

Re: [Python-Dev] IDLE timeout.

2009-04-15 Thread Alessio Giovanni Baroni
.select([self.sock.fileno()], [], [], wait) select.error: (4, 'Interrupted system call') In this case the IDLE not respond, because the python interpreter is not restarted. I must to close all :-(. I will open a issue in the tracker relative to IDLE for now? Regards. 2009/4/15 Ivan

Re: [Python-Dev] 3.1 beta blockers

2009-04-21 Thread Alessio Giovanni Baroni
There are some cases of OutOfMemory? On my machine the float->string conversion is all ok. Also 'make test' is all ok. 2009/4/21 Benjamin Peterson > The first (and only) beta of 3.1 is scheduled for less than 2 weeks > away, May 2nd, and is creeping onto the horizon. There are currently 6 > bloc