From b28d8d3b752061f8b7ac9eb2462d982b5503c6d9 Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Fri, 22 Sep 2023 18:14:41 +0200 Subject: [PATCH] Update os.path.isdir on Windows Python3.12+ --- tests/stubtest_allowlists/win32-py312.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/stubtest_allowlists/win32-py312.txt b/tests/stubtest_allowlists/win32-py312.txt index e3377eb16bfa..55fff5eb0413 100644 --- a/tests/stubtest_allowlists/win32-py312.txt +++ b/tests/stubtest_allowlists/win32-py312.txt @@ -4,5 +4,3 @@ asyncio.IocpProactor.recvfrom_into asyncio.windows_events.IocpProactor.finish_socket_func asyncio.windows_events.IocpProactor.recvfrom_into msvcrt.GetErrorMode -ntpath.isdir -os.path.isdir