https://github.com/python/cpython/commit/dcf499f95f3e35f26b41b424c396b0f5df5782e2 commit: dcf499f95f3e35f26b41b424c396b0f5df5782e2 branch: 3.14 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2026-01-12T13:49:43+02:00 summary:
[3.14] gh-143578: Restore note about patchlevel.h (GH-143596) (#143725) Co-authored-by: Petr Viktorin <[email protected]> files: M Doc/c-api/apiabiversion.rst 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 ---------------- _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
