Skip to content

Commit c12bb90

Browse files
fix typo
1 parent 84860ea commit c12bb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_typeobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ struct types_state {
112112
PyMutex mutex;
113113

114114
// Borrowed references to type objects whose
115-
// func_version % TYPE_VERSION_CACHE_SIZE
115+
// tp_version_tag % TYPE_VERSION_CACHE_SIZE
116116
// once was equal to the index in the table.
117117
// They are cleared when the type object is deallocated.
118118
PyTypeObject* type_version_cache[TYPE_VERSION_CACHE_SIZE];

0 commit comments

Comments
 (0)