]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-143578: Restore note about patchlevel.h (GH-143596) (#143725)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Mon, 12 Jan 2026 11:49:43 +0000 (13:49 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 11:49:43 +0000 (13:49 +0200)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/c-api/apiabiversion.rst

index 96050f59bd52508422651f6d88d52cb0a7720134..6396a424f44d1418a109307031d201807a0df918 100644 (file)
@@ -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
 ----------------