We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8ccc6 commit c2ade98Copy full SHA for c2ade98
Modules/_abc.c
@@ -24,7 +24,9 @@ typedef struct {
24
PyObject *_abc_data_type;
25
} _abcmodule_state;
26
27
-/* A global counter that is incremented each time a class is
+/*
28
+ FIXME: PEP 573: Move abc_invalidation_counter into _abcmodule_state.
29
+ A global counter that is incremented each time a class is
30
registered as a virtual subclass of anything. It forces the
31
negative cache to be cleared before its next use.
32
Note: this counter is private. Use `abc.get_cache_token()` for
0 commit comments