bpo-32030: Fix config_get_program_name() on macOS by vstinner · Pull Request #4669 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Merged
Conversation
Member
bedevere-bot
added
the
awaiting merge
label
the-knights-who-say-ni
added
the
CLA signed
label
vstinner
added
the
skip news
label
vstinner
merged commit
e23c06e
into
python:master
bedevere-bot
removed
the
awaiting merge
label
vstinner
deleted the
path_config_macos
branch
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request
This reverts commit e23c06e.
serhiy-storchaka added a commit that referenced this pull request
… (#4681) * Revert "bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)" This reverts commit af5a895. * Revert "bpo-32030: Fix config_get_program_name() on macOS (#4669)" This reverts commit e23c06e. * Revert "bpo-32030: Add Python/pathconfig.c (#4668)" This reverts commit 0ea395a. * Revert "bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)" This reverts commit ebac19d. * Revert "bpo-32030: Fix Py_GetPath(): init program_name (#4665)" This reverts commit 9ac3d88.
vstinner
mentioned this pull request
vstinner added a commit that referenced this pull request
…po-32030. (#4681)" (#4694) * Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" This reverts commit 13badcb. Re-apply commits: * "bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)" commit af5a895. * "bpo-32030: Fix config_get_program_name() on macOS (#4669)" commit e23c06e. * "bpo-32030: Add Python/pathconfig.c (#4668)" commit 0ea395a. * "bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)" commit ebac19d. * "bpo-32030: Fix Py_GetPath(): init program_name (#4665)" commit 9ac3d88. * Fix compilation error on macOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment