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 sumpfralle
Recipients koobs, negval, serhiy.storchaka, sumpfralle, vstinner
Date 2015-05-06.16:49:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430930970.48.0.70832829269.issue23346@psf.upfronthosting.co.za>
In-reply-to
Content
I experience the same issue on a virtualized server (based on Virtuozzo) with Linux kernel 2.6.32.

The following command fails:

 echo "import os; os.listdir(os.open('/tmp', os.O_RDONLY))" | python3
 Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
 OSError: [Errno 22] Invalid argument
History
Date User Action Args
2015-05-06 16:49:30sumpfrallesetrecipients: + sumpfralle, vstinner, serhiy.storchaka, koobs, negval
2015-05-06 16:49:30sumpfrallesetmessageid: <1430930970.48.0.70832829269.issue23346@psf.upfronthosting.co.za>
2015-05-06 16:49:30sumpfrallelinkissue23346 messages
2015-05-06 16:49:30sumpfrallecreate