File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -180,9 +180,15 @@ Python 3.13
180180
181181Not 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
187193Python 3.12
188194-----------
Original file line number Diff line number Diff 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 >`__)
You can’t perform that action at this time.
0 commit comments