Skip to content

Commit def2fa1

Browse files
authored
stubtest: ignore __pyx_vtable__ (#13302)
1 parent 9d03933 commit def2fa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypy/stubtest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,8 @@ def verify_typealias(
11831183
"__nonzero__",
11841184
"__unicode__",
11851185
"__div__",
1186+
# cython methods
1187+
"__pyx_vtable__",
11861188
# Pickle methods
11871189
"__setstate__",
11881190
"__getstate__",

0 commit comments

Comments
 (0)