Audit stdlib object annotations (#9519)

This commit is contained in:
Avasam
2023-01-17 10:40:00 -05:00
committed by GitHub
parent 3d6b8dccfe
commit c70d303985
31 changed files with 79 additions and 79 deletions

View File

@@ -47,7 +47,6 @@ typing._SpecialForm.__new__
typing.runtime_checkable
uuid.UUID.int
uuid.UUID.is_safe
uuid.getnode # undocumented, unused parameter getters that was later removed
xml.etree.ElementTree.TreeBuilder.start # Discrepancy between Python and C modules, fixed in bpo-39495
xml.etree.cElementTree.TreeBuilder.start # bpo-39495

View File

@@ -162,7 +162,6 @@ builtins.memoryview.cast # inspect.signature is incorrect about shape being kw-
# C signature is broader than what is actually accepted
queue.SimpleQueue.__init__
uuid.getnode # undocumented, unused parameter getters that was later removed
types.CodeType.replace # stubtest thinks default values are None but None doesn't work at runtime
# Runtime signature is incorrect (https://github.com/python/cpython/issues/93021)