You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/stubtest_allowlists/py3_common.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,8 @@ csv.Dialect.lineterminator
73
73
csv.Dialect.quoting
74
74
csv.Dialect.skipinitialspace
75
75
ctypes.Array.__iter__ # mypy doesn't support using __getitem__ instead of __iter__ so this is here https://github.com/python/mypy/issues/2220
76
+
ctypes.Array._type_ # _type_ and _length_ are abstract, https://github.com/python/typeshed/pull/6361
77
+
ctypes.Array._length_
76
78
ctypes.CDLL._FuncPtr # None at class level but initialized in __init__ to this value
0 commit comments