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 igor.pashev
Recipients igor.pashev, vstinner
Date 2014-08-24.07:39:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408865950.87.0.263071650634.issue22258@psf.upfronthosting.co.za>
In-reply-to
Content
errno is 25 (#define ENOTTY  25  /* Inappropriate ioctl for device   */)

It does not make sense to me to call unworkable ioctl() each time before other methods :-)

I would consider adding a configure check for working ioctl() (but it won't work for cross compilation).
History
Date User Action Args
2014-08-24 07:39:10igor.pashevsetrecipients: + igor.pashev, vstinner
2014-08-24 07:39:10igor.pashevsetmessageid: <1408865950.87.0.263071650634.issue22258@psf.upfronthosting.co.za>
2014-08-24 07:39:10igor.pashevlinkissue22258 messages
2014-08-24 07:39:10igor.pashevcreate