Skip to content

Commit db2287b

Browse files
committed
Elaborate the rationale a little bit
1 parent b9e741b commit db2287b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Doc/c-api/intro.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,4 +866,8 @@ approaches to creating C and C++ extensions for Python:
866866
* `SWIG <https://www.swig.org>`_
867867

868868
It is recommended to use these abstractions, rather than using directly the
869-
Python C API.
869+
Python C API. These abstractions are built on top of the C API and handles API
870+
differences between the different Python versions.
871+
872+
These projects are not supported by the same people who maintain Python, and
873+
issues need to be raised with the projects directly.

0 commit comments

Comments
 (0)