8000 Fix code comment regarding DK_ENTRIES (GH-113960) · python/cpython@3265087 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3265087

Browse files
Fix code comment regarding DK_ENTRIES (GH-113960)
fix code comment regarding dict entries
1 parent 3b7fe11 commit 3265087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_dict.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ struct _dictkeysobject {
167167
char dk_indices[]; /* char is required to avoid strict aliasing. */
168168

169169
/* "PyDictKeyEntry or PyDictUnicodeEntry dk_entries[USABLE_FRACTION(DK_SIZE(dk))];" array follows:
170-
see the DK_ENTRIES() macro */
170+
see the DK_ENTRIES() / DK_UNICODE_ENTRIES() functions below */
171171
};
172172

173173
/* This must be no more than 250, for the prefix size to fit in one byte. */

0 commit comments

Comments
 (0)
0