mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
Workaround for a regrtest bug.
(cherry picked from commit fcdd9b6b7e
)
This commit is contained in:
parent
44944b602a
commit
2773add19a
1 changed files with 5 additions and 0 deletions
|
@ -343,5 +343,10 @@ def _parse_args(args, **kwargs):
|
|||
ns.use_resources.append(r)
|
||||
if ns.random_seed is not None:
|
||||
ns.randomize = True
|
||||
if ns.huntrleaks and ns.verbose3:
|
||||
ns.verbose3 = False
|
||||
print("WARNING: Disable --verbose3 because it's incompatible with "
|
||||
"--huntrleaks: see http://bugs.python.org/issue27103",
|
||||
file=sys.stderr)
|
||||
|
||||
return ns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue