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 iwings
Recipients christian.heimes, iwings, vstinner
Date 2016-09-05.15:50:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473090630.81.0.245142233177.issue27955@psf.upfronthosting.co.za>
In-reply-to
Content
I did not report this to QNAP yet. but there's already a thread on their forum.
https://forum.qnap.com/viewtopic.php?t=124650 (registration required)

- ENOSYS is not listed in that man page, but it occurs.
- EPERM is not listed in that man page, but it can be returned if seccomp filters getrandom() syscall for example.

So preparing for these return values are meaningful not only for QNAP users.
History
Date User Action Args
2016-09-05 15:50:30iwingssetrecipients: + iwings, vstinner, christian.heimes
2016-09-05 15:50:30iwingssetmessageid: <1473090630.81.0.245142233177.issue27955@psf.upfronthosting.co.za>
2016-09-05 15:50:30iwingslinkissue27955 messages
2016-09-05 15:50:30iwingscreate