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 Drekin
Recipients Drekin, tim.golden, vstinner
Date 2014-07-31.12:49:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406810959.54.0.971069209222.issue18597@psf.upfronthosting.co.za>
In-reply-to
Content
Shouldn't there be a Ctrl-C check in Modules/_io/fileio.c:fileio_read* functions? I think some of these are called by standard sys.stdin.readline().
History
Date User Action Args
2014-07-31 12:49:19Drekinsetrecipients: + Drekin, vstinner, tim.golden
2014-07-31 12:49:19Drekinsetmessageid: <1406810959.54.0.971069209222.issue18597@psf.upfronthosting.co.za>
2014-07-31 12:49:19Drekinlinkissue18597 messages
2014-07-31 12:49:19Drekincreate