@@ -224,23 +224,20 @@ See tests in the ``tests/`` subdirectory.
224224Links
225225=====
226226
227- * `pythoncapi_compat.h header
228- <https://github.com/pythoncapi/pythoncapi_compat> `_:
229- Header file providing new functions of the Python C API for old Python
230- versions.
231- * `Py_SET_TYPE() function documentation
232- <https://docs.python.org/dev/c-api/structures.html#c.Py_SET_TYPE> `_
233- (Python 3.9)
234- * `Py_SET_SIZE() function documentation
235- <https://docs.python.org/dev/c-api/structures.html#c.Py_SET_SIZE> `_
236- (Python 3.9)
237- * `Py_SET_REFCNT() function documentation
238- <https://docs.python.org/dev/c-api/structures.html#c.Py_SET_REFCNT> `_
239- (Python 3.9)
240- * `bpo-39573: [C API] Make PyObject an opaque structure in the limited C API
241- <https://bugs.python.org/issue39573> `_
242227* `PEP 620 -- Hide implementation details from the C API
243228 <https://www.python.org/dev/peps/pep-0620/> `_
229+ * Make structures opaque
230+
231+ * `bpo-39573: PyObject <https://bugs.python.org/issue39573 >`_
232+ * `bpo-40170: PyTypeObject <https://bugs.python.org/issue40170 >`_
233+ * `bpo-39947: PyThreadState <https://bugs.python.org/issue39947 >`_
234+ * `bpo-40421: PyFrameObject <https://bugs.python.org/issue40421 >`_
235+
236+ * `Python/C API Reference Manual <https://docs.python.org/dev/c-api/ >`_
237+ * `HPy: a better API for Python
238+ <https://hpy.readthedocs.io/> `_
239+ * `Cython: C-extensions for Python
240+ <https://cython.org/> `_
244241
245242Changelog
246243=========
0 commit comments