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 84860ea commit c12bb90Copy full SHA for c12bb90
Include/internal/pycore_typeobject.h
@@ -112,7 +112,7 @@ struct types_state {
112
PyMutex mutex;
113
114
// Borrowed references to type objects whose
115
- // func_version % TYPE_VERSION_CACHE_SIZE
+ // tp_version_tag % TYPE_VERSION_CACHE_SIZE
116
// once was equal to the index in the table.
117
// They are cleared when the type object is deallocated.
118
PyTypeObject* type_version_cache[TYPE_VERSION_CACHE_SIZE];
0 commit comments