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
And for classes without a more specific metaclass than type, it could be argued that they could only ever "directly provide" __call__(*args, **kwargs), never something more specific. That the type.__call__() method used for ClassObj() invokes __new__ and, optionally, __new__, is an implementation detail that verifyObject can't be expected to handle.
In https://bugs.launchpad.net/zope.interface/+bug/675424, Christian Zagrodnik reported:
The text was updated successfully, but these errors were encountered: