mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Merge 3.2: Issue #13703 plus some related test suite fixes.
This commit is contained in:
commit
2fb477c0f0
38 changed files with 706 additions and 174 deletions
|
@ -25,6 +25,7 @@ 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