From ddeeb09102fd4f129dd84c114b99922073b7521c Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 9 Jan 2026 11:36:24 +0100 Subject: [PATCH] gh-143578: Restore note about patchlevel.h --- 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 96050f59bd5250..6396a424f44d14 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 ----------------