We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d062e commit f175b3aCopy full SHA for f175b3a
src/attr/_make.py
@@ -864,6 +864,9 @@ def _create_slots_class(self):
864
if "__weakref__" in self._cls.__dict__:
865
del self._cls.__weakref__
866
867
+ # Manually bump internal version tag.
868
+ self._cls.__abstractmethods__ = self._cls.__abstractmethods__
869
+
870
# If our class doesn't have its own implementation of __setattr__
871
# (either from the user or by us), check the bases, if one of them has
872
# an attrs-made __setattr__, that needs to be reset. We don't walk the
0 commit comments