Stubtest fixes for the latest patch release of py311 (#11107)

This commit is contained in:
Alex Waygood
2023-12-06 00:55:46 +00:00
committed by GitHub
parent fd7ff19577
commit 9eb099ed6b
3 changed files with 10 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ FLAGS: dict[str, int]
TYPE_FLAGS: int
GLOBAL_FLAGS: int
if sys.version_info >= (3, 11):
MAXWIDTH: int
if sys.version_info < (3, 11):
class Verbose(Exception): ...