From 93211a8b5f85356237e8a717d7cd8c15d62426ca Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Tue, 23 Jul 2024 03:57:53 -0400 Subject: [PATCH] Update allowlist for 3.13b4 (#12413) --- stdlib/@tests/stubtest_allowlists/darwin-py313.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stdlib/@tests/stubtest_allowlists/darwin-py313.txt b/stdlib/@tests/stubtest_allowlists/darwin-py313.txt index 379bff8b7..7a080ac06 100644 --- a/stdlib/@tests/stubtest_allowlists/darwin-py313.txt +++ b/stdlib/@tests/stubtest_allowlists/darwin-py313.txt @@ -7,11 +7,6 @@ fcntl.F_RDAHEAD fcntl.F_SETNOSIGPIPE posixpath.splitroot -# TODO: fix -_curses.unget_wch -_curses.window.get_wch -curses.window.get_wch - # Exists locally on MacOS but not on GitHub (mmap.MAP_32BIT)?