Skip to content

Commit 69ad224

Browse files
committed
nit
1 parent 2dfd450 commit 69ad224

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Include/cpython/unicodeobject.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ typedef struct {
9999
PyObject_HEAD
100100
Py_ssize_t length; /* Number of code points in the string */
101101
Py_hash_t hash; /* Hash value; -1 if not set */
102-
103102
struct {
104103
/* If interned is non-zero, the two references from the
105104
dictionary to this object are *not* counted in ob_refcnt.

0 commit comments

Comments
 (0)