]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Jun 2025 08:23:39 +0000 (10:23 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Jun 2025 08:23:39 +0000 (10:23 +0200)
commite5abdbfdba41e06e26619a1d67c3ecb977346dbd
tree145cd001b47e0ada4cbdae72ae43d1fb515f66e4
parent3b5d82a426a0f4df2f6ac65107b6fd914aecb62f
[3.14] gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct tag (GH-135924) (GH-135969)

Names/macros defined in public headers should have `Py`/`_Py` prefixes.
(cherry picked from commit a1da208eec3028b1ecae804d4c0dc6b43cdddae9)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/data/python3.14.abi
Include/cpython/pystate.h
Include/internal/pycore_debug_offsets.h
Modules/posixmodule.c