SIGN IN SIGN UP

gh-94199: Remove ssl.RAND_pseudo_bytes() function (#94202)

Remove the ssl.RAND_pseudo_bytes() function, deprecated in Python
3.6: use os.urandom() or ssl.RAND_bytes() instead.
V
Victor Stinner committed
d435a18c537a62a89a70005885e6e09f58997d8a
Parent: 6e33ba1
Committed by GitHub <noreply@github.com> on 6/24/2022, 9:05:53 AM