Thanks !
No more slowdown in python 2.6, both on gentoo and winxp systems.
I love python so much so I can live with that until I will upgrade to
the 2.6 version.
--
http://mail.python.org/mailman/listinfo/python-list
Hello everybody,
To test the python 2.5 garbage collector, I wrote a trivial script
allocating dummy objects of various sizes, then forgetting them in a loop.
The garbage collector seems working well, limiting the memory used.
But I've noticed a near linear slowdown of the execution : after a fe
Hi,
I've got the same problem. Errno 11 is because too much data, sending
is in progress.
Fix is easy: assign a non zero value to the writeTimeout property of
your serial objet.
Then the write method will wait up to this time for sending data.
Hope that's help
Guillaume
--
http://mail.python.o