diff --git a/mypy/stubtest.py b/mypy/stubtest.py index c8c3af29a893..264a9712c478 100644 --- a/mypy/stubtest.py +++ b/mypy/stubtest.py @@ -1206,6 +1206,7 @@ def verify_typealias( "__hash__", "__getattr__", # resulting behaviour might be typed explicitly "__setattr__", # defining this on a class can cause worse type checking + "__vectorcalloffset__", # undocumented implementation detail of the vectorcall protocol # isinstance/issubclass hooks that type-checkers don't usually care about "__instancecheck__", "__subclasshook__",