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 a6e4461 commit 80d3281Copy full SHA for 80d3281
Lib/_py_abc.py
@@ -67,7 +67,7 @@ def register(cls, subclass):
67
# This would create a cycle, which is bad for the algorithm below
68
raise RuntimeError("Refusing to create an inheritance cycle")
69
cls._abc_registry.add(subclass)
70
- ABCMeta._abc_invalidation_counter += 1 # Invalidate negative cache
+ ABCMeta._abc_invalidation_counter += 1 # Invalidate negative cache
71
return subclass
72
73
def _dump_registry(cls, file=None):
0 commit comments