mirror of
https://github.com/python/cpython.git
synced 2025-08-24 10:45:53 +00:00
enable hash randomization by default
This commit is contained in:
parent
6ca5a4d49f
commit
c9f54cf512
9 changed files with 44 additions and 65 deletions
|
@ -25,7 +25,6 @@ def main(regrtest_args):
|
|||
'-W', 'default', # Warnings set to 'default'
|
||||
'-bb', # Warnings about bytes/bytearray
|
||||
'-E', # Ignore environment variables
|
||||
'-R', # Randomize hashing
|
||||
]
|
||||
# Allow user-specified interpreter options to override our defaults.
|
||||
args.extend(test.support.args_from_interpreter_flags())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue