• Victor Stinner's avatar
    bpo-32329: Fix -R option for hash randomization (#4873) · 358e5e17
    Victor Stinner yazdı
    bpo-32329, bpo-32030:
    
    * The -R option now turns on hash randomization when the
      PYTHONHASHSEED environment variable is set to 0 Previously, the
      option was ignored.
    * sys.flags.hash_randomization is now properly set to 0 when hash
      randomization is turned off by PYTHONHASHSEED=0.
    * _PyCoreConfig_ReadEnv() now reads the PYTHONHASHSEED environment
      variable. _Py_HashRandomization_Init() now only apply the
      configuration, it doesn't read PYTHONHASHSEED anymore.
    358e5e17
Adı
Son kayıt (commit)
Son güncelleme
..
Build Loading commit data...
C API Loading commit data...
Core and Builtins Loading commit data...
Documentation Loading commit data...
IDLE Loading commit data...
Library Loading commit data...
Security Loading commit data...
Tests Loading commit data...
Tools-Demos Loading commit data...
Windows Loading commit data...
macOS Loading commit data...