-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Labels
Description
Describe the Bug
from collections.abc import Callable
class A(Callable): # invalid base class
pass
A()
very relevant: python/typeshed#14761
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response