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 286feab commit 532268aCopy full SHA for 532268a
source/extensions.rst
@@ -205,6 +205,10 @@ above to make the interface available as an importable Python module.
205
Implementing binary extensions
206
==============================
207
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
+
212
::
213
214
mention the stable ABI (3.2+, link to the CPython C API docs)
0 commit comments