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 ee57e99 commit 3779f12Copy full SHA for 3779f12
docs/users.rst
@@ -36,6 +36,11 @@ Examples of projects using pythoncapi_compat.h
36
Mercurial extension.
37
* `python-zstd <https://github.com/sergey-dryabzhinsky/python-zstd/>`_
38
(`commit <https://github.com/sergey-dryabzhinsky/python-zstd/commit/8aa6d7a4b250e1f0a4e27b4107c39dc516c87f96>`__)
39
+* `hollerith <https://github.com/pyansys/hollerith/>`_
40
+ ``src/writer.c`` uses ``PyObject_CallOneArg() and other Python 3.9 apis``
41
+ (`pythoncapi_compat.h copy
42
+ <https://github.com/pyansys/hollerith/blob/main/src/pythoncapi_compat.h>`__)
43
+
44
45
46
Projects not using pythoncapi_compat.h
0 commit comments