From e330a74dc309a33d234d2a5e7ae4c7fb7f59dbd7 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Fri, 10 Dec 2021 13:27:58 +0000 Subject: [PATCH] Allowlists: mark `cgi` entries as "wontfix" (#6559) --- tests/stubtest_allowlists/py3_common.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/stubtest_allowlists/py3_common.txt b/tests/stubtest_allowlists/py3_common.txt index 1a6c7bb2a..2cb9cfbe4 100644 --- a/tests/stubtest_allowlists/py3_common.txt +++ b/tests/stubtest_allowlists/py3_common.txt @@ -324,6 +324,17 @@ profile.Profile.trace_dispatch_i profile.Profile.trace_dispatch_l profile.Profile.trace_dispatch_mac profile.Profile.trace_dispatch_return +cgi.FieldStorage.bufsize +cgi.FieldStorage.read_binary +cgi.FieldStorage.read_lines +cgi.FieldStorage.read_lines_to_eof +cgi.FieldStorage.read_lines_to_outerboundary +cgi.FieldStorage.read_multi +cgi.FieldStorage.read_single +cgi.FieldStorage.read_urlencoded +cgi.FieldStorage.skip_lines +cgi.print_arguments # internal testing/debugging helper +cgi.print_exception # internal testing/debugging helper # ========== # Missing from distutils module (deprecated, to be removed in 3.12) @@ -522,17 +533,6 @@ _threading_local._localimpl.localargs _threading_local._localimpl.locallock builtins.SyntaxError.print_file_and_line bz2.BZ2File.peek -cgi.FieldStorage.bufsize -cgi.FieldStorage.read_binary -cgi.FieldStorage.read_lines -cgi.FieldStorage.read_lines_to_eof -cgi.FieldStorage.read_lines_to_outerboundary -cgi.FieldStorage.read_multi -cgi.FieldStorage.read_single -cgi.FieldStorage.read_urlencoded -cgi.FieldStorage.skip_lines -cgi.print_arguments -cgi.print_exception codecs.StreamReader.charbuffertype codecs.StreamReader.seek codecs.StreamWriter.seek