Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Sep 8, 2024
1 parent 1ddff41 commit aa9c829
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 @@ -1231,7 +1231,7 @@ const PyLongLayout* PyLong_GetNativeLayout(void)
typedef struct PyLong_DigitArray {
PyObject *obj;
int negative;
size_t ndigits;
Py_ssize_t ndigits;
const void *digits;
} PyLong_DigitArray;

Expand Down

0 comments on commit aa9c829

Please sign in to comment.