Commit 990397ef authored by Victor Stinner's avatar Victor Stinner

dictobject.c: explain why stringlib is used

parent 37e4ef7b
......@@ -111,7 +111,7 @@ converting the dict to the combined table.
#include "Python.h"
#include "dict-common.h"
#include "stringlib/eq.h"
#include "stringlib/eq.h" /* to get unicode_eq() */
/*[clinic input]
class dict "PyDictObject *" "&PyDict_Type"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment