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 cowlinator
Recipients cowlinator, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-09-18.19:54:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537300476.3.0.956365154283.issue34727@psf.upfronthosting.co.za>
In-reply-to
Content
I can consistently reproduce a bug in 2.7.15 on Windows which causes an unexpected IOError.

Steps to reproduce:

Enter the following code in a plain-vanilla windows command line console:

>>> import sys
>>> while True:
...     sys.stdout.write('.')

Then, pause the output, either by clicking and holding the scrollbar for 10 seconds, or by highlighting text with the mouse for 10 seconds and then pressing 'enter' to un-highlight.
Upon resuming, the following error is seen:

Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
IOError: [Errno 0] Error
History
Date User Action Args
2018-09-18 19:54:36cowlinatorsetrecipients: + cowlinator, paul.moore, tim.golden, zach.ware, steve.dower
2018-09-18 19:54:36cowlinatorsetmessageid: <1537300476.3.0.956365154283.issue34727@psf.upfronthosting.co.za>
2018-09-18 19:54:36cowlinatorlinkissue34727 messages
2018-09-18 19:54:36cowlinatorcreate