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 vstinner
Recipients igor.pashev, vstinner
Date 2014-08-24.12:41:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwb+U=-mB-_T1f9HyNa1r-98dizVam2XEDLXHfXcqiLCUA@mail.gmail.com>
In-reply-to <1408865950.87.0.263071650634.issue22258@psf.upfronthosting.co.za>
Content
I propose to only call ioctl() once, and then remember (in a static
variable) that it doesn't work and then always call fcntl().

I can work on a patch.
History
Date User Action Args
2014-08-24 12:41:12vstinnersetrecipients: + vstinner, igor.pashev
2014-08-24 12:41:12vstinnerlinkissue22258 messages
2014-08-24 12:41:12vstinnercreate