We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03248c7 commit 0a26f97Copy full SHA for 0a26f97
Doc/c-api/long.rst
@@ -749,7 +749,8 @@ Export API
749
On error, set an exception and return ``-1``.
750
751
If *export_long->digits* is not ``NULL``, :c:func:`PyLong_FreeExport` must
752
- be called when the export is no longer needed.
+ be called when the export is no longer needed. Otherwise, calling
753
+ :c:func:`PyLong_FreeExport` is optional.
754
755
756
.. c:function:: void PyLong_FreeExport(PyLongExport *export_long)
0 commit comments