]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-106320: Document private C API removal in What's New 3.13 (#107027)
authorVictor Stinner <vstinner@python.org>
Sat, 22 Jul 2023 13:30:13 +0000 (15:30 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 13:30:13 +0000 (15:30 +0200)
Doc/whatsnew/3.13.rst

index a778e12aba1bce95439142b8767c6c8fa2e9b242..85f0ca1ae1a67820e082b75cdbc4f74522124c71 100644 (file)
@@ -838,6 +838,13 @@ Deprecated
 Removed
 -------
 
+* Remove many APIs (functions, macros, variables) with names prefixed by
+  ``_Py`` or ``_PY`` (considered as private API). If your project is affected
+  by one of these removals and you consider that the removed API should remain
+  available, please open a new issue to request a public C API and
+  add ``cc @vstinner`` to the issue to notify Victor Stinner.
+  (Contributed by Victor Stinner in :gh:`106320`.)
+
 * Remove functions deprecated in Python 3.9.
 
   * ``PyEval_CallObject()``, ``PyEval_CallObjectWithKeywords()``: use