We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfd450 commit 69ad224Copy full SHA for 69ad224
Include/cpython/unicodeobject.h
@@ -99,7 +99,6 @@ typedef struct {
99
PyObject_HEAD
100
Py_ssize_t length; /* Number of code points in the string */
101
Py_hash_t hash; /* Hash value; -1 if not set */
102
-
103
struct {
104
/* If interned is non-zero, the two references from the
105
dictionary to this object are *not* counted in ob_refcnt.
0 commit comments