Home
last modified time | relevance | path

Searched refs:PYTHONHASHSEED (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_cmd_line.py433 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")
Dtest_gdb.py60 PYTHONHASHSEED = '123' variable
218 out, err = run_gdb(*args, PYTHONHASHSEED=PYTHONHASHSEED)
/external/grpc-grpc/bazel/
Dcython_library.bzl50 … "PYTHONHASHSEED=0 $(location @cython//:cython_binary) --cplus $(SRCS) --output-file $(OUTS)",
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a4.rst78 :envvar:`PYTHONHASHSEED` environment variable is set to ``0``. Previously,
81 ``PYTHONHASHSEED=0``.
D3.6.5rc1.rst108 randomization is turned off by ``PYTHONHASHSEED=0``.
/external/python/cpython2/Doc/using/
Dcmdline.rst292 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/
Dcmdline.rst296 :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/
Dtest_gdb.py199 out, err = run_gdb(*args, PYTHONHASHSEED='0')
/external/python/cpython2/Doc/library/
Drandom.rst84 are nondeterministic when :envvar:`PYTHONHASHSEED` is enabled.
/external/tensorflow/tensorflow/core/platform/default/
Dbuild_config.bzl79 …cmd = "PYTHONHASHSEED=0 $(location @cython//:cython_binary) --cplus $(SRCS) --output-file $(OUTS)",
/external/python/cpython2/Misc/NEWS.d/
D2.7.12rc1.rst738 longer behaves incorrectly in the presence of the PYTHONHASHSEED environment
D2.7.3rc1.rst17 oCERT-2011-003: add -R command-line option and PYTHONHASHSEED environment
/external/python/cpython3/Doc/c-api/
Dinit.rst114 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/
D3.3.rst850 :meth:`object.__hash__` and :envvar:`PYTHONHASHSEED`.
2344 * Hash randomization is enabled by default. Set the :envvar:`PYTHONHASHSEED`
/external/python/cpython3/Doc/reference/
Ddatamodel.rst1459 See also :envvar:`PYTHONHASHSEED`.