Skip to content

Commit 2353a3d

Browse files
authored
Documentation (#94)
1 parent ccea884 commit 2353a3d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/api.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,15 @@ Python 3.13
180180
181181
Not supported:
182182
183-
* ``PySys_Audit()``.
184183
* ``PyErr_FormatUnraisable()``.
185-
184+
* ``PyLong_AsNativeBytes()``
185+
* ``PyLong_FromNativeBytes()``
186+
* ``PyLong_FromUnsignedNativeBytes()``
187+
* ``PyObject_GenericHash()``.
188+
* ``PySys_Audit()``.
189+
* ``PySys_AuditTuple()``.
190+
* ``PyType_GetFullyQualifiedName()``
191+
* ``PyType_GetModuleName()``
186192
187193
Python 3.12
188194
-----------

docs/users.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Examples of projects using pythoncapi_compat.h
2626
* `mypy <https://github.com/python/mypy>`_
2727
(mypyc,
2828
`commit <https://github.com/python/mypy/commit/2b7e2df923f7e4a3a199915b3c8563f45bc69dfa>`__)
29-
* numpy: `pythoncapi-compat Git submodule
29+
* `numpy <https://numpy.org/>`_:
30+
`pythoncapi-compat Git submodule
3031
<https://github.com/numpy/numpy/blob/main/.gitmodules>`_
3132
* `pybluez <https://github.com/pybluez/pybluez>`_
3233
(`commit <https://github.com/pybluez/pybluez/commit/5096047f90a1f6a74ceb250aef6243e144170f92>`__)

0 commit comments

Comments
 (0)