Skip to content

Commit 532268a

Browse files
authored
Link to CPython extension writing tutorial
1 parent 286feab commit 532268a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/extensions.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ above to make the interface available as an importable Python module.
205205
Implementing binary extensions
206206
==============================
207207

208+
The CPython `Extending and Embedding <https://docs.python.org/3/extending/>`_
209+
guide includes an introduction to writing a
210+
`custom extension module in C <https://docs.python.org/3/extending/extending.html>`_.
211+
208212
::
209213

210214
mention the stable ABI (3.2+, link to the CPython C API docs)

0 commit comments

Comments
 (0)