SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72156 0 68 Python

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