Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Oct 16, 2024
1 parent 2402249 commit b08e0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pythoncapi_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ typedef struct PyLongLayout {
uint8_t bits_per_digit;
uint8_t digit_size;
int8_t digits_order;
int8_t endian;
int8_t endianness;
} PyLongLayout;

const PyLongLayout PyLong_LAYOUT = {
Expand Down

0 comments on commit b08e0b5

Please sign in to comment.