Thanks to visit codestin.com Credit goes to github.com
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 3972628 commit fcdd9b6Copy full SHA for fcdd9b6
1 file changed
Lib/test/libregrtest/cmdline.py
@@ -345,5 +345,10 @@ def _parse_args(args, **kwargs):
345
ns.randomize = True
346
if ns.verbose:
347
ns.header = True
348
+ if ns.huntrleaks and ns.verbose3:
349
+ ns.verbose3 = False
350
+ print("WARNING: Disable --verbose3 because it's incompatible with "
351
+ "--huntrleaks: see http://bugs.python.org/issue27103",
352
+ file=sys.stderr)
353
354
return ns
0 commit comments