Skip to content

Commit 35a9ed4

Browse files
authored
Delete unused allowlist entries (#10676)
3.12.0rc2 was just released
1 parent fecb84e commit 35a9ed4

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

tests/stubtest_allowlists/darwin-py312.txt

-3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@ xxlimited.Xxo.x_exports
2727
(locale.dgettext)?
2828
(locale.gettext)?
2929
(locale.textdomain)?
30-
31-
# should be removable once 3.12.0rc2 is released:
32-
posix.lseek

tests/stubtest_allowlists/linux-py312.txt

-3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,3 @@ tty.__all__
4343
tty.cfmakecbreak
4444
tty.cfmakeraw
4545
xxlimited.Xxo.x_exports
46-
47-
# should be removable once 3.12.0rc2 is released:
48-
posix.lseek

tests/stubtest_allowlists/py312.txt

-4
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,3 @@ typing.SupportsAbs.__type_params__
132132
typing.SupportsRound.__type_params__
133133
typing_extensions.SupportsAbs.__type_params__
134134
typing_extensions.SupportsRound.__type_params__
135-
136-
# These two should be removable after 3.12rc2 is released:
137-
types.CodeType.replace # stubtest thinks default values are None but None doesn't work at runtime
138-
os.lseek # a pos-only parameter name changed in py311/py312

0 commit comments

Comments
 (0)