blob: 8e4d1c93492c6d6c354a1f5b6f0fb4dcf2b4e264 [file] [log] [blame]
Fix a memory leak in os.getrandom() when the getrandom() is interrupted by a
signal and a signal handler raises a Python exception.