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 petr.viktorin
Recipients martin.panter, ncoghlan, petr.viktorin, vstinner
Date 2016-09-21.11:05:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474455933.76.0.186986511018.issue27990@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, I'd close WONTFIX.

IMO, applications that:
- run at early boot, and
- get built with an older kernel than they run on
fall squarely into the enterprise distro turf, and CPython code shouldn't include hacks needed to make this work. That's not to say I'm opposed to collaboration if anyone else needs to solve this problem – quite the opposite. But I think a vendor-specific patch is the right layer here.

As currently documented, the getrandom call is not used on older kernels.

(Btw, no, it's not easy for *me* to help upgrading Fedora builders. But I can easily maintain a vendor patch for Python, if it comes to that.)
History
Date User Action Args
2016-09-21 11:05:33petr.viktorinsetrecipients: + petr.viktorin, ncoghlan, vstinner, martin.panter
2016-09-21 11:05:33petr.viktorinsetmessageid: <1474455933.76.0.186986511018.issue27990@psf.upfronthosting.co.za>
2016-09-21 11:05:33petr.viktorinlinkissue27990 messages
2016-09-21 11:05:33petr.viktorincreate