Fix code comment regarding DK_ENTRIES (GH-113960)

fix code comment regarding dict entries
This commit is contained in:
Matthias Diener 2024-03-12 09:05:30 -05:00 committed by GitHub
parent 3b7fe117fa
commit 3265087c07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,7 +167,7 @@ struct _dictkeysobject {
char dk_indices[]; /* char is required to avoid strict aliasing. */
/* "PyDictKeyEntry or PyDictUnicodeEntry dk_entries[USABLE_FRACTION(DK_SIZE(dk))];" array follows:
see the DK_ENTRIES() macro */
see the DK_ENTRIES() / DK_UNICODE_ENTRIES() functions below */
};
/* This must be no more than 250, for the prefix size to fit in one byte. */