From bd83a57463af70f0706c5d3f5873f881b49b9c06 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Mon, 12 Jan 2026 12:21:14 +0100 Subject: [PATCH] gh-143578: Restore note about patchlevel.h (#143596) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- 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 a17329e4ed60..cb98d4307ee5 100644 --- a/Doc/c-api/apiabiversion.rst +++ b/Doc/c-api/apiabiversion.rst @@ -67,6 +67,8 @@ See :ref:`stable` for a discussion of API and ABI stability across versions. The Python version as a string, for example, ``"3.4.1a2"``. +These macros are defined in :source:`Include/patchlevel.h`. + Run-time version ---------------- -- 2.47.3