We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44944b6 commit 2773addCopy full SHA for 2773add
Lib/test/libregrtest/cmdline.py
@@ -343,5 +343,10 @@ def _parse_args(args, **kwargs):
343
ns.use_resources.append(r)
344
if ns.random_seed is not None:
345
ns.randomize = True
346
+ if ns.huntrleaks and ns.verbose3:
347
+ ns.verbose3 = False
348
+ print("WARNING: Disable --verbose3 because it's incompatible with "
349
+ "--huntrleaks: see http://bugs.python.org/issue27103",
350
+ file=sys.stderr)
351
352
return ns
0 commit comments