Update distutils stubtest allowlists for Python 3.11 release (#8985)

Closes: #8984
This commit is contained in:
Sebastian Rittau
2022-10-26 00:18:09 +02:00
committed by GitHub
parent f4ef058169
commit b2d6d3c935
4 changed files with 15 additions and 5 deletions

View File

@@ -154,6 +154,11 @@ types.FunctionType.__get__
types.LambdaType.__get__
# Missing from distutils (deprecated, to be removed in 3.12)
distutils.core.DEBUG
distutils.core.USAGE
distutils.core.extension_keywords
distutils.core.gen_usage
distutils.core.setup_keywords
distutils.core.Command.dump_options
distutils.core.Command.ensure_finalized
distutils.core.Distribution.announce

View File

@@ -168,6 +168,11 @@ types.FunctionType.__get__
types.LambdaType.__get__
# Missing from distutils (deprecated, to be removed in 3.12)
distutils.core.DEBUG
distutils.core.USAGE
distutils.core.extension_keywords
distutils.core.gen_usage
distutils.core.setup_keywords
distutils.core.Command.dump_options
distutils.core.Command.ensure_finalized
distutils.core.Distribution.announce

View File

@@ -165,6 +165,11 @@ types.FunctionType.__get__
types.LambdaType.__get__
# Missing from distutils (deprecated, to be removed in 3.12)
distutils.core.DEBUG
distutils.core.USAGE
distutils.core.extension_keywords
distutils.core.gen_usage
distutils.core.setup_keywords
distutils.core.Command.dump_options
distutils.core.Command.ensure_finalized
distutils.core.Distribution.announce

View File

@@ -650,17 +650,12 @@ distutils.command.build_ext.USER_BASE
distutils.command.build_scripts.ST_MODE
distutils.command.install.*
distutils.command.install_scripts.ST_MODE
distutils.core.DEBUG
distutils.core.USAGE
distutils.core.Distribution.finalize_options
distutils.core.Distribution.get_command_class
distutils.core.Distribution.get_command_list
distutils.core.Distribution.handle_display_options
distutils.core.Distribution.print_commands
distutils.core.Distribution.run_command
distutils.core.extension_keywords
distutils.core.gen_usage
distutils.core.setup_keywords
distutils.cygwinccompiler.CONFIG_H_NOTOK
distutils.cygwinccompiler.CONFIG_H_OK
distutils.cygwinccompiler.CONFIG_H_UNCERTAIN