Skip to content

Commit

Permalink
Remove implementation details from PyLongExport docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Dec 9, 2024
1 parent 24e078b commit b7154ea
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions peps/pep-0757.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,11 @@ Export API
Read-only array of unsigned digits. Can be ``NULL``.
If :c:member:`digits` not ``NULL``, a private field of the
:c:struct:`PyLongExport` structure stores a strong reference to the Python
:class:`int` object to make sure that that structure remains valid until
:c:func:`PyLong_FreeExport()` is called.
If :c:member:`digits` not ``NULL``, a private field of the
:c:struct:`PyLongExport` structure stores a strong reference to the Python
:class:`int` object to make sure that that structure remains valid until
:c:func:`PyLong_FreeExport()` is called.
.. c:function:: int PyLong_Export(PyObject *obj, PyLongExport *export_long)
Expand Down

0 comments on commit b7154ea

Please sign in to comment.