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