https://github.com/python/cpython
Revision 6aaf4cd866f7c8f065d30d2a3fb4fffa8461d1d8 authored by Ronald Oussoren on 05 April 2022, 06:05:36 UTC, committed by GitHub on 05 April 2022, 06:05:36 UTC
The side effect of this bug was that venv environments directly
used the main interpreter instead of the intermediate stub executable,
which can cause problems when a script uses system APIs that
require the use of an application bundle.
1 parent a0c7004
History
Tip revision: 6aaf4cd866f7c8f065d30d2a3fb4fffa8461d1d8 authored by Ronald Oussoren on 05 April 2022, 06:05:36 UTC
bpo-46890: Fix setting of sys._base_executable with framework builds on macOS (GH-31958)
Tip revision: 6aaf4cd
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.editorconfig -rw-r--r-- 181 bytes
.gitattributes -rw-r--r-- 2.5 KB
.gitignore -rw-r--r-- 2.5 KB
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 93.4 KB
README.rst -rw-r--r-- 9.7 KB
aclocal.m4 -rw-r--r-- 23.9 KB
config.guess -rwxr-xr-x 48.2 KB
config.sub -rwxr-xr-x 34.4 KB
configure -rwxr-xr-x 671.3 KB
configure.ac -rw-r--r-- 205.2 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 47.8 KB
setup.py -rw-r--r-- 64.6 KB

README.rst

back to top