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 negval
Recipients koobs, negval, serhiy.storchaka, vstinner
Date 2015-01-29.16:06:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422547601.54.0.406790572196.issue23346@psf.upfronthosting.co.za>
In-reply-to
Content
The same problem.

>>> os.listdir(os.open('/tmp/test/', os.O_RDONLY))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OSError: [Errno 22] Invalid argument
History
Date User Action Args
2015-01-29 16:06:41negvalsetrecipients: + negval, vstinner, serhiy.storchaka, koobs
2015-01-29 16:06:41negvalsetmessageid: <1422547601.54.0.406790572196.issue23346@psf.upfronthosting.co.za>
2015-01-29 16:06:41negvallinkissue23346 messages
2015-01-29 16:06:41negvalcreate