Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Aug 11, 2024
1 parent 9fe51b4 commit 1fca689
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pythoncapi_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,8 @@ typedef struct PyLong_DigitArray {
PyObject *obj;
int negative;
size_t ndigits;
Py_digit *digits;
const Py_digit *digits;
const PyLongLayout *layout;
} PyLong_DigitArray;

typedef struct PyLongWriter PyLongWriter;
Expand Down

0 comments on commit 1fca689

Please sign in to comment.