Skip to content

Commit fd2cacd

Browse files
committed
dictobject.c: explain why stringlib is used
1 parent b429bd7 commit fd2cacd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/dictobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ converting the dict to the combined table.
111111

112112
#include "Python.h"
113113
#include "dict-common.h"
114-
#include "stringlib/eq.h"
114+
#include "stringlib/eq.h" /* to get unicode_eq() */
115115

116116
/*[clinic input]
117117
class dict "PyDictObject *" "&PyDict_Type"

0 commit comments

Comments
 (0)