You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getrandom() is missing and should be fairly straightforward to implement using /dev/random and /dev/urandom which we already support. We should also add the "getrandom" system call to linux.cc.
@wkozaczuk reported on the mailing list that Python 3.6 and above need getrandom(), while Python 3.5 use the getrandom syscall().
The text was updated successfully, but these errors were encountered:
getrandom() is missing and should be fairly straightforward to implement using /dev/random and /dev/urandom which we already support. We should also add the "getrandom" system call to linux.cc.
@wkozaczuk reported on the mailing list that Python 3.6 and above need getrandom(), while Python 3.5 use the getrandom syscall().
The text was updated successfully, but these errors were encountered: