mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
Fix code comment regarding DK_ENTRIES (GH-113960)
fix code comment regarding dict entries
This commit is contained in:
parent
3b7fe117fa
commit
3265087c07
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user