This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, barry, benjamin.peterson, donmez, giampaolo.rodola, gpolo, loewis, pitrou, teoliphant
Date 2008-07-30.23:03:51
SpamBayes Score 0.00012689967
Marked as misclassified No
Message-id <1217459033.17.0.457242344425.issue3139@psf.upfronthosting.co.za>
In-reply-to
Content
It's indeed better.
Now with when running my previous script I can see the exception ;-)

Exception in thread Thread-2:
Traceback (most recent call last):
  File "C:\dev\python\trunk1\lib\threading.py", line 523, in
__bootstrap_inner
    self.run()
  File "C:\dev\python\trunk1\lib\threading.py", line 478, in run
    self.__target(*self.__args, **self.__kwargs)
  File "<stdin>", line 3, in f
  File "C:\dev\python\trunk1\lib\io.py", line 1473, in write
    self.buffer.write(b)
  File "C:\dev\python\trunk1\lib\io.py", line 1041, in write
    self._write_buf.extend(b)
BufferError: Existing exports of data: object cannot be re-sized

Again, I think this is unfortunate for a simple script that prints from
several threads.
History
Date User Action Args
2008-07-30 23:03:53amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, barry, teoliphant, pitrou, giampaolo.rodola, donmez, benjamin.peterson, gpolo
2008-07-30 23:03:53amaury.forgeotdarcsetmessageid: <1217459033.17.0.457242344425.issue3139@psf.upfronthosting.co.za>
2008-07-30 23:03:52amaury.forgeotdarclinkissue3139 messages
2008-07-30 23:03:51amaury.forgeotdarccreate