mirror of https://github.com/python/cpython.git
dictobject.c: explain why stringlib is used
This commit is contained in:
parent
37e4ef7b17
commit
990397ef1e
|
@ -111,7 +111,7 @@ converting the dict to the combined table.
|
||||||
|
|
||||||
#include "Python.h"
|
#include "Python.h"
|
||||||
#include "dict-common.h"
|
#include "dict-common.h"
|
||||||
#include "stringlib/eq.h"
|
#include "stringlib/eq.h" /* to get unicode_eq() */
|
||||||
|
|
||||||
/*[clinic input]
|
/*[clinic input]
|
||||||
class dict "PyDictObject *" "&PyDict_Type"
|
class dict "PyDictObject *" "&PyDict_Type"
|
||||||
|
|
Loading…
Reference in New Issue