Skip to content

Commit

Permalink
Rename to _reserved
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Sep 16, 2024
1 parent b6e1812 commit 8105f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peps/pep-0757.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Export a Python integer as a digits array::
const void *digits;

// Member used internally, must not be used for other purpose.
Py_uintptr_t reserved;
Py_uintptr_t _reserved;
} PyLong_DigitArray;

PyAPI_FUNC(int) PyLong_AsDigitArray(
Expand Down

0 comments on commit 8105f40

Please sign in to comment.