Skip to content

Commit f7c72dd

Browse files
authored
Indicate xxlimited
1 parent 7dfd5ad commit f7c72dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Doc/extending/extending.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ source file by including the header ``"Python.h"``.
2020
The compilation of an extension module depends on its intended use as well as on
2121
your system setup; details are given in later chapters.
2222

23-
2423
.. note::
2524

2625
The C extension interface is specific to CPython, and extension modules do
@@ -486,6 +485,10 @@ optionally followed by an import of the module::
486485
In this case, at least the :c:data:`Py_mod_multiple_interpreters` slot
487486
in the examples should be ``Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED``.
488487

488+
A more substantial example module is included in the Python source distribution
489+
as :file:`Modules/xxlimited.c`. This file may be used as a template or simply
490+
read as an example.
491+
489492
.. _compilation:
490493

491494
Compilation and Linkage

0 commit comments

Comments
 (0)