From: Petr Viktorin Date: Mon, 12 Jan 2026 11:21:14 +0000 (+0100) Subject: gh-143578: Restore note about patchlevel.h (#143596) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd83a57463af70f0706c5d3f5873f881b49b9c06;p=thirdparty%2FPython%2Fcpython.git gh-143578: Restore note about patchlevel.h (#143596) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- 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 ----------------