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
{{ message }}
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.
plugin-python/vendor/python/six.py
Line 831 in 04dc40a
The
def with_metaclass()
implementation assumes that all meta classes have__prepare__
defined.The Python Reference says (https://docs.python.org/3/reference/datamodel.html#preparing-the-class-namespace):
Therefore, I think
six
should check existence of__prepare__
attribute before calling it, as__prepare__
is not defined ontype
in PY2.The text was updated successfully, but these errors were encountered: