From dcf499f95f3e35f26b41b424c396b0f5df5782e2 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 12 Jan 2026 13:49:43 +0200 Subject: [PATCH] [3.14] gh-143578: Restore note about patchlevel.h (GH-143596) (#143725) Co-authored-by: Petr Viktorin --- Doc/c-api/apiabiversion.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/c-api/apiabiversion.rst b/Doc/c-api/apiabiversion.rst index 96050f59bd5..6396a424f44 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 ----------------