Skip to content

Commit d3082f4

Browse files
committed
Remove some new unused allowlist entries
1 parent 8f19658 commit d3082f4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

stdlib/@tests/stubtest_allowlists/py314.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,11 @@
1414

1515
zoneinfo.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__
2722
typing.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
131125
enum.auto.__init__ # The stub for enum.auto is nothing like the implementation
132126
enum.auto.value # The stub for enum.auto is nothing like the implementation
133127
http.HTTPMethod.description # mutable instance attribute at runtime but we pretend it's a property

0 commit comments

Comments
 (0)