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
180
180
181
181
Not supported:
182
182
183
- * ``PySys_Audit() ``.
184
183
* ``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() ``
186
192
187
193
Python 3.12
188
194
-----------
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ Examples of projects using pythoncapi_compat.h
26
26
* `mypy <https://github.com/python/mypy >`_
27
27
(mypyc,
28
28
`commit <https://github.com/python/mypy/commit/2b7e2df923f7e4a3a199915b3c8563f45bc69dfa >`__)
29
- * numpy: `pythoncapi-compat Git submodule
29
+ * `numpy <https://numpy.org/ >`_:
30
+ `pythoncapi-compat Git submodule
30
31
<https://github.com/numpy/numpy/blob/main/.gitmodules> `_
31
32
* `pybluez <https://github.com/pybluez/pybluez >`_
32
33
(`commit <https://github.com/pybluez/pybluez/commit/5096047f90a1f6a74ceb250aef6243e144170f92 >`__)
You can’t perform that action at this time.
0 commit comments