]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-143578: Restore note about patchlevel.h (#143596)
authorPetr Viktorin <encukou@gmail.com>
Mon, 12 Jan 2026 11:21:14 +0000 (12:21 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 11:21:14 +0000 (11:21 +0000)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/c-api/apiabiversion.rst

index a17329e4ed6032be2956cea33ac9a569eb96cf88..cb98d4307ee5224fda4b5469da2241444b637604 100644 (file)
@@ -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
 ----------------