File tree 3 files changed +0
-10
lines changed
tests/stubtest_allowlists
3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,3 @@ xxlimited.Xxo.x_exports
27
27
(locale.dgettext)?
28
28
(locale.gettext)?
29
29
(locale.textdomain)?
30
-
31
- # should be removable once 3.12.0rc2 is released:
32
- posix.lseek
Original file line number Diff line number Diff line change @@ -43,6 +43,3 @@ tty.__all__
43
43
tty.cfmakecbreak
44
44
tty.cfmakeraw
45
45
xxlimited.Xxo.x_exports
46
-
47
- # should be removable once 3.12.0rc2 is released:
48
- posix.lseek
Original file line number Diff line number Diff line change @@ -132,7 +132,3 @@ typing.SupportsAbs.__type_params__
132
132
typing.SupportsRound.__type_params__
133
133
typing_extensions.SupportsAbs.__type_params__
134
134
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
You can’t perform that action at this time.
0 commit comments