There was an error while loading. Please reload this page.
PyASCIIObject.state
1 parent c24397a commit b4d54a3Copy full SHA for b4d54a3
1 file changed
Include/cpython/unicodeobject.h
@@ -135,7 +135,7 @@ typedef struct {
135
unsigned int ascii:1;
136
/* Padding to ensure that PyUnicode_DATA() is always aligned to
137
4 bytes (see issue #19537 on m68k). */
138
- unsigned int :25;
+ unsigned int :26;
139
} state;
140
} PyASCIIObject;
141
0 commit comments