Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source/guides/packaging-binary-extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,16 @@ a Debian system, see the following articles:
* `Releasing the gil <https://thomasnyberg.com/releasing_the_gil.html>`_
* `Writing cpython extension modules using C++ <https://thomasnyberg.com/cpp_extension_modules.html>`_

Extension module helper guides
------------------------------

Additional extension module guides are available from:

* `Python Extension Patterns <https://pythonextensionpatterns.readthedocs.io/en/latest/index.html>`_,
which covers common patterns for CPython extension modules.
* `py3c <https://py3c.readthedocs.io/en/latest/>`_, which provides helper
APIs for extension modules that need to support both Python 2 and Python 3.

Additional considerations for binary wheels
-------------------------------------------

Expand Down
Loading