8000
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 2f126a7 commit d4f3c26Copy full SHA for d4f3c26
Include/internal/pycore_dict.h
@@ -166,7 +166,7 @@ struct _dictkeysobject {
166
char dk_indices[]; /* char is required to avoid strict aliasing. */
167
168
/* "PyDictKeyEntry or PyDictUnicodeEntry dk_entries[USABLE_FRACTION(DK_SIZE(dk))];" array follows:
169
- see the DK_ENTRIES() macro */
+ see the DK_ENTRIES() / DK_UNICODE_ENTRIES() functions below */
170
};
171
172
/* This must be no more than 250, for the prefix size to fit in one byte. */
0 commit comments