From 35a9ed40da9fd4db0d5d1076f65a948faf3337e2 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 7 Sep 2023 02:30:54 +0100 Subject: [PATCH] Delete unused allowlist entries (#10676) 3.12.0rc2 was just released --- tests/stubtest_allowlists/darwin-py312.txt | 3 --- tests/stubtest_allowlists/linux-py312.txt | 3 --- tests/stubtest_allowlists/py312.txt | 4 ---- 3 files changed, 10 deletions(-) diff --git a/tests/stubtest_allowlists/darwin-py312.txt b/tests/stubtest_allowlists/darwin-py312.txt index 3c63d5b66..83154dfbc 100644 --- a/tests/stubtest_allowlists/darwin-py312.txt +++ b/tests/stubtest_allowlists/darwin-py312.txt @@ -27,6 +27,3 @@ xxlimited.Xxo.x_exports (locale.dgettext)? (locale.gettext)? (locale.textdomain)? - -# should be removable once 3.12.0rc2 is released: -posix.lseek diff --git a/tests/stubtest_allowlists/linux-py312.txt b/tests/stubtest_allowlists/linux-py312.txt index da263d35c..037d52529 100644 --- a/tests/stubtest_allowlists/linux-py312.txt +++ b/tests/stubtest_allowlists/linux-py312.txt @@ -43,6 +43,3 @@ tty.__all__ tty.cfmakecbreak tty.cfmakeraw xxlimited.Xxo.x_exports - -# should be removable once 3.12.0rc2 is released: -posix.lseek diff --git a/tests/stubtest_allowlists/py312.txt b/tests/stubtest_allowlists/py312.txt index c37604854..9ea79b13b 100644 --- a/tests/stubtest_allowlists/py312.txt +++ b/tests/stubtest_allowlists/py312.txt @@ -132,7 +132,3 @@ typing.SupportsAbs.__type_params__ typing.SupportsRound.__type_params__ typing_extensions.SupportsAbs.__type_params__ typing_extensions.SupportsRound.__type_params__ - -# These two should be removable after 3.12rc2 is released: -types.CodeType.replace # stubtest thinks default values are None but None doesn't work at runtime -os.lseek # a pos-only parameter name changed in py311/py312