]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct tag ...
authorPetr Viktorin <encukou@gmail.com>
Thu, 26 Jun 2025 07:25:41 +0000 (09:25 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Jun 2025 07:25:41 +0000 (09:25 +0200)
commita1da208eec3028b1ecae804d4c0dc6b43cdddae9
tree489274866d12c430a703682534017fb9ccaa0cc3
parente3ea6f2b3b084700a34ce392f5cf897407469b3a
gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct tag (GH-135924)

Names/macros defined in public headers should have `Py`/`_Py` prefixes.
Include/cpython/pystate.h
Include/internal/pycore_debug_offsets.h
Modules/posixmodule.c