https://github.com/python/cpython/commit/bd83a57463af70f0706c5d3f5873f881b49b9c06 commit: bd83a57463af70f0706c5d3f5873f881b49b9c06 branch: main author: Petr Viktorin <[email protected]> committer: hugovk <[email protected]> date: 2026-01-12T11:21:14Z summary:
gh-143578: Restore note about patchlevel.h (#143596) Co-authored-by: Hugo van Kemenade <[email protected]> files: M Doc/c-api/apiabiversion.rst diff --git a/Doc/c-api/apiabiversion.rst b/Doc/c-api/apiabiversion.rst index a17329e4ed6032..cb98d4307ee522 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 ---------------- _______________________________________________ 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]
