Searched refs:PYTHONHASHSEED (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_cmd_line.py | 433 rc, out, err = assert_python_ok('-c', code, PYTHONHASHSEED='') 436 rc, out, err = assert_python_ok('-c', code, PYTHONHASHSEED='random') 439 rc, out, err = assert_python_ok('-c', code, PYTHONHASHSEED='0') 442 rc, out, err = assert_python_ok('-R', '-c', code, PYTHONHASHSEED='0') 733 PYTHONHASHSEED="0")
|
D | test_gdb.py | 60 PYTHONHASHSEED = '123' variable 218 out, err = run_gdb(*args, PYTHONHASHSEED=PYTHONHASHSEED)
|
/external/grpc-grpc/bazel/ |
D | cython_library.bzl | 50 … "PYTHONHASHSEED=0 $(location @cython//:cython_binary) --cplus $(SRCS) --output-file $(OUTS)",
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a4.rst | 78 :envvar:`PYTHONHASHSEED` environment variable is set to ``0``. Previously, 81 ``PYTHONHASHSEED=0``.
|
D | 3.6.5rc1.rst | 108 randomization is turned off by ``PYTHONHASHSEED=0``.
|
/external/python/cpython2/Doc/using/ |
D | cmdline.rst | 292 See also :envvar:`PYTHONHASHSEED`. 561 .. envvar:: PYTHONHASHSEED 567 If :envvar:`PYTHONHASHSEED` is set to an integer value, it is used as a
|
/external/python/cpython3/Doc/using/ |
D | cmdline.rst | 296 :envvar:`PYTHONHASHSEED` environment variable is set to ``0``, since hash 310 :envvar:`PYTHONHASHSEED` allows you to set a fixed value for the hash 590 .. envvar:: PYTHONHASHSEED 595 If :envvar:`PYTHONHASHSEED` is set to an integer value, it is used as a fixed
|
/external/python/cpython2/Lib/test/ |
D | test_gdb.py | 199 out, err = run_gdb(*args, PYTHONHASHSEED='0')
|
/external/python/cpython2/Doc/library/ |
D | random.rst | 84 are nondeterministic when :envvar:`PYTHONHASHSEED` is enabled.
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | build_config.bzl | 79 …cmd = "PYTHONHASHSEED=0 $(location @cython//:cython_binary) --cplus $(SRCS) --output-file $(OUTS)",
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.12rc1.rst | 738 longer behaves incorrectly in the presence of the PYTHONHASHSEED environment
|
D | 2.7.3rc1.rst | 17 oCERT-2011-003: add -R command-line option and PYTHONHASHSEED environment
|
/external/python/cpython3/Doc/c-api/ |
D | init.rst | 114 Set to ``1`` if the :envvar:`PYTHONHASHSEED` environment variable is set to 117 If the flag is non-zero, read the :envvar:`PYTHONHASHSEED` environment
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 850 :meth:`object.__hash__` and :envvar:`PYTHONHASHSEED`. 2344 * Hash randomization is enabled by default. Set the :envvar:`PYTHONHASHSEED`
|
/external/python/cpython3/Doc/reference/ |
D | datamodel.rst | 1459 See also :envvar:`PYTHONHASHSEED`.
|