mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
dictobject.c: explain why stringlib is used
This commit is contained in:
parent
37e4ef7b17
commit
990397ef1e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue