diff --git a/docs/api.rst b/docs/api.rst index ef671e5..411c602 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -180,9 +180,15 @@ Python 3.13 Not supported: -* ``PySys_Audit()``. * ``PyErr_FormatUnraisable()``. - +* ``PyLong_AsNativeBytes()`` +* ``PyLong_FromNativeBytes()`` +* ``PyLong_FromUnsignedNativeBytes()`` +* ``PyObject_GenericHash()``. +* ``PySys_Audit()``. +* ``PySys_AuditTuple()``. +* ``PyType_GetFullyQualifiedName()`` +* ``PyType_GetModuleName()`` Python 3.12 ----------- diff --git a/docs/users.rst b/docs/users.rst index 7271605..b90466f 100644 --- a/docs/users.rst +++ b/docs/users.rst @@ -26,7 +26,8 @@ Examples of projects using pythoncapi_compat.h * `mypy `_ (mypyc, `commit `__) -* numpy: `pythoncapi-compat Git submodule +* `numpy `_: + `pythoncapi-compat Git submodule `_ * `pybluez `_ (`commit `__)