From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 12 Jan 2026 11:49:43 +0000 (+0200) Subject: [3.14] gh-143578: Restore note about patchlevel.h (GH-143596) (#143725) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcf499f95f3e35f26b41b424c396b0f5df5782e2;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-143578: Restore note about patchlevel.h (GH-143596) (#143725) Co-authored-by: Petr Viktorin --- diff --git a/Doc/c-api/apiabiversion.rst b/Doc/c-api/apiabiversion.rst index 96050f59bd52..6396a424f44d 100644 --- a/Doc/c-api/apiabiversion.rst +++ b/Doc/c-api/apiabiversion.rst @@ -46,6 +46,8 @@ See :ref:`stable` for a discussion of API and ABI stability across versions. Use this for numeric comparisons, for example, ``#if PY_VERSION_HEX >= ...``. +These macros are defined in :source:`Include/patchlevel.h`. + Run-time version ----------------