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 b9e741b commit db2287bCopy full SHA for db2287b
Doc/c-api/intro.rst
@@ -866,4 +866,8 @@ approaches to creating C and C++ extensions for Python:
866
* `SWIG <https://www.swig.org>`_
867
868
It is recommended to use these abstractions, rather than using directly the
869
-Python C API.
+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