Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Le mercredi 30 juillet 2008 à 23:03 +0000, Amaury Forgeot d'Arc a écrit : > Again, I think this is unfortunate for a simple script that prints from > several threads.
Yes, but it's an issue with the BufferedWriter implementation, since it changes the length of its underlying bytearray object. If it was rewritten to use a fixed-size bytearray, the problem would probably disappear. (in the middle term BufferedReader and BufferedWriter should perhaps be both rewritten in C) _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3139> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com