Skip to content

Commit

Permalink
stubtest: ignore __pyx_vtable__ (#13302)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja authored Aug 1, 2022
1 parent 9d03933 commit def2fa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mypy/stubtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,8 @@ def verify_typealias(
"__nonzero__",
"__unicode__",
"__div__",
# cython methods
"__pyx_vtable__",
# Pickle methods
"__setstate__",
"__getstate__",
Expand Down

0 comments on commit def2fa1

Please sign in to comment.