File tree Expand file tree Collapse file tree
stdlib/@tests/stubtest_allowlists Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515zoneinfo.ZoneInfo.from_file # Pos-only parameters had different "names" in different Python versions
1616
17- # Initialized at runtime
18- typing_extensions.TypeAliasType.__parameters__
19- typing_extensions.TypeAliasType.__value__
20-
2117
2218# =======
2319# >= 3.11
2420# =======
2521
26- enum.Enum.__init__
2722typing.NewType.__mro_entries__
2823
2924
@@ -127,7 +122,6 @@ typing_extensions.SupportsRound.__type_params__
127122# Allowlist entries that cannot or should not be fixed; >= 3.11
128123# =============================================================
129124
130- argparse._MutuallyExclusiveGroup.add_mutually_exclusive_group # deprecated, forwards arguments to super
131125enum.auto.__init__ # The stub for enum.auto is nothing like the implementation
132126enum.auto.value # The stub for enum.auto is nothing like the implementation
133127http.HTTPMethod.description # mutable instance attribute at runtime but we pretend it's a property
You can’t perform that action at this time.
0 commit comments