Issue #27776: _PyRandom_Init() doesn't call PyErr_CheckSignals() anymore
Modify py_getrandom() to not call PyErr_CheckSignals() if raise is zero. _PyRandom_Init() is called very early in the Python initialization, so it's safer to not call PyErr_CheckSignals().
V
Victor Stinner committed
cecdd9634b8ca3f0b260681d75cc1fd00a350efd
Parent: 4bad3b6