Enforce positional args for codec functions (#12343)

This commit is contained in:
Max Muoto
2024-07-15 07:03:33 -05:00
committed by GitHub
parent f863db6bc5
commit ac3d422330
2 changed files with 14 additions and 12 deletions

View File

@@ -7,12 +7,6 @@ _thread.interrupt_main
_thread.lock
_thread.start_joinable_thread
_tkinter.create
codecs.backslashreplace_errors
codecs.ignore_errors
codecs.namereplace_errors
codecs.replace_errors
codecs.strict_errors
codecs.xmlcharrefreplace_errors
ctypes._endian.DEFAULT_MODE
ctypes._endian.RTLD_GLOBAL
ctypes._endian.RTLD_LOCAL
@@ -202,3 +196,11 @@ typing.SupportsAbs.__type_params__
typing.SupportsRound.__type_params__
typing_extensions.SupportsAbs.__type_params__
typing_extensions.SupportsRound.__type_params__
# Runtime incorrectly has `self`
codecs.backslashreplace_errors
codecs.ignore_errors
codecs.namereplace_errors
codecs.replace_errors
codecs.strict_errors
codecs.xmlcharrefreplace_errors