mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-109413: libregrtest: Add and improve type annotations (#109405)
This commit is contained in:
parent
21e80f4c19
commit
3b9d10b031
13 changed files with 83 additions and 33 deletions
|
@ -161,7 +161,7 @@ class Namespace(argparse.Namespace):
|
|||
self.trace = False
|
||||
self.coverdir = 'coverage'
|
||||
self.runleaks = False
|
||||
self.huntrleaks = False
|
||||
self.huntrleaks: tuple[int, int, str] | None = None
|
||||
self.rerun = False
|
||||
self.verbose3 = False
|
||||
self.print_slow = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue