Staging
v0.5.1
https://github.com/python/cpython
Revision 4564ebb1e62378d350d5483b0ae5d0d84082af2b authored by Miss Islington (bot) on 25 June 2020, 10:56:14 UTC, committed by GitHub on 25 June 2020, 10:56:14 UTC

Adds a simple check for whether or not the package is being installed in the GUI or using installer on the command line. This addresses an issue where CLI-based software management tools (such as Munki) unexpectedly open Finder windows into a GUI session during installation runs.
(cherry picked from commit 5f190d2cc60cd82a604cbffb58b6ca8f40350a7a)

Co-authored-by: Rick Heil <rickheil@partnersandsimons.com>
1 parent 8127dab
History
Tip revision: 4564ebb1e62378d350d5483b0ae5d0d84082af2b authored by Miss Islington (bot) on 25 June 2020, 10:56:14 UTC
bpo-39580: add check for CLI installation on macOS (GH-20271)
Tip revision: 4564ebb
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 42.7 KB
python.c -rw-r--r-- 298 bytes

README

back to top