From b08e0b58a5f7a2598a98592f5f2dfeffd787ee65 Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Wed, 16 Oct 2024 07:27:10 +0300 Subject: [PATCH] +1 --- src/pythoncapi_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pythoncapi_compat.h b/src/pythoncapi_compat.h index 7fd2d175..dd1a500f 100644 --- a/src/pythoncapi_compat.h +++ b/src/pythoncapi_compat.h @@ -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 = {