Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Jan 2, 2025
1 parent 4fa26a8 commit 91907aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/cpython/unicodeobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ typedef struct {
/* The object is statically allocated. */
unsigned short statically_allocated:1;
/* Padding to ensure that PyUnicode_DATA() is always aligned to
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
the extra four bytes on 32-bit Windows. This is restricted features
for specific compilers including GCC, MSVC, Clang and IBM's XL compiler. */
unsigned short :10;
Expand Down

0 comments on commit 91907aa

Please sign in to comment.