Fix _csv.Dialect.__init__ (#12320)

This commit is contained in:
sobolevn
2024-10-03 12:33:56 +03:00
committed by GitHub
parent 848cf9103d
commit d16fe74e1f
3 changed files with 18 additions and 7 deletions

View File

@@ -11,7 +11,6 @@ _collections_abc.AsyncGenerator.ag_running
_collections_abc.ItemsView.__reversed__
_collections_abc.KeysView.__reversed__
_collections_abc.ValuesView.__reversed__
_csv.Dialect.__init__ # C __init__ signature is inaccurate
_ctypes.CFuncPtr # stubtest erroneously thinks it can't be subclassed
_threading_local.local.__new__
ast.Bytes.__new__