• Victor Stinner's avatar
    Issue #27776: Cleanup random.c · 4bad3b62
    Victor Stinner yazdı
    * Add pyurandom() helper function to factorize the code
    * don't call Py_FatalError() in helper functions, but only in _PyRandom_Init()
      if pyurandom() failed, to uniformize the code
    4bad3b62
random.c 12.1 KB