From 1bbff09b5cebcf047bf32795816ceee2709014cd Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 10 Apr 2024 11:45:47 +0200 Subject: [PATCH] Documentation --- docs/api.rst | 10 ++++++++-- docs/users.rst | 3 ++- 2 files changed, 10 insertions(+), 3 deletions(-) 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 `__)