8000 Remove reference to removed Py_digit type · python/cpython@c7d7cb2 · GitHub
[go: up one dir, main page]

Skip to content

Commit c7d7cb2

Browse files
committed
Remove reference to removed Py_digit type
Fix also a typo in long.rst.
1 parent 5d3e224 commit c7d7cb2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Doc/c-api/long.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ Export API
693693
This function always succeeds if *obj* is a Python :class:`int` object or a
694694
subclass.
695695
696-
If *export_long.digits* is not ``NULL, :c:func:`PyLong_FreeExport` must be
696+
If *export_long.digits* is not ``NULL``, :c:func:`PyLong_FreeExport` must be
697697
called when the export is no longer needed.
698698
699699

Doc/using/configure.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ General Options
129129

130130
Define the ``PYLONG_BITS_IN_DIGIT`` to ``15`` or ``30``.
131131

132-
See :data:`sys.int_info.bits_per_digit <sys.int_info>` and the
133-
:c:type:`Py_digit` type.
132+
See :data:`sys.int_info.bits_per_digit <sys.int_info>`.
134133

135134
.. option:: --with-suffix=SUFFIX
136135

0 commit comments

Comments
 (0)
0