Skip to content

[3.14] gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct tag (GH-135924)#135969

Merged
encukou merged 2 commits intopython:3.14from
miss-islington:backport-a1da208-3.14
Jun 26, 2025
Merged

[3.14] gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct tag (GH-135924)#135969
encukou merged 2 commits intopython:3.14from
miss-islington:backport-a1da208-3.14

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 26, 2025

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

Co-authored-by: Petr Viktorin encukou@gmail.com

…fixed struct tag (pythonGH-135924)

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

Co-authored-by: Petr Viktorin <encukou@gmail.com>
@encukou encukou self-requested a review as a code owner June 26, 2025 07:37
@encukou encukou requested review from hugovk June 26, 2025 07:37
@encukou
Copy link
Member

encukou commented Jun 26, 2025

@hugovk, are you OK with this “ABI” change?

Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@encukou encukou merged commit e5abdbf into python:3.14 Jun 26, 2025
45 checks passed
@miss-islington miss-islington deleted the backport-a1da208-3.14 branch January 2, 2026 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants