diff --git a/stdlib/@tests/stubtest_allowlists/darwin-py314.txt b/stdlib/@tests/stubtest_allowlists/darwin-py314.txt index 6db5ea944..bb7f4bba4 100644 --- a/stdlib/@tests/stubtest_allowlists/darwin-py314.txt +++ b/stdlib/@tests/stubtest_allowlists/darwin-py314.txt @@ -1,10 +1,3 @@ -# ==================================================================== -# TODO: New errors in Python 3.14 that need to be fixed or moved below -# ==================================================================== - -asyncio.tools - - # ======= # >= 3.13 # ======= diff --git a/stdlib/@tests/stubtest_allowlists/linux-py314.txt b/stdlib/@tests/stubtest_allowlists/linux-py314.txt deleted file mode 100644 index d2f10ffdc..000000000 --- a/stdlib/@tests/stubtest_allowlists/linux-py314.txt +++ /dev/null @@ -1,5 +0,0 @@ -# ==================================================================== -# TODO: New errors in Python 3.14 that need to be fixed or moved below -# ==================================================================== - -asyncio.tools diff --git a/stdlib/@tests/stubtest_allowlists/py314.txt b/stdlib/@tests/stubtest_allowlists/py314.txt index 788b34694..be516362a 100644 --- a/stdlib/@tests/stubtest_allowlists/py314.txt +++ b/stdlib/@tests/stubtest_allowlists/py314.txt @@ -2,6 +2,10 @@ # TODO: New errors in Python 3.14 that need to be fixed or moved below # ==================================================================== +_zstd.ZstdCompressor.set_pledged_input_size +asyncio.tools +compression.zstd.ZstdCompressor.set_pledged_input_size +concurrent.interpreters multiprocessing.managers.BaseListProxy.clear multiprocessing.managers.BaseListProxy.copy multiprocessing.managers.DictProxy.__ior__