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