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 4fa26a8 commit 91907aaCopy full SHA for 91907aa
Include/cpython/unicodeobject.h
@@ -145,7 +145,7 @@ typedef struct {
145
/* The object is statically allocated. */
146
unsigned short statically_allocated:1;
147
/* Padding to ensure that PyUnicode_DATA() is always aligned to
148
- 24 bits (see issue #19537 on m68k) and we use unsigned short to avoid
+ 4 bytes (see issue #19537 on m68k) and we use unsigned short to avoid
149
the extra four bytes on 32-bit Windows. This is restricted features
150
for specific compilers including GCC, MSVC, Clang and IBM's XL compiler. */
151
unsigned short :10;
0 commit comments