0
0
mirror of https://github.com/python/cpython.git synced 2024-11-22 13:28:21 +01:00
cpython/Programs
Victor Stinner 49d99f01e6
bpo-38234: Fix test_embed.test_init_setpath_config() on FreeBSD (GH-16406)
Explicitly preinitializes with a Python preconfiguration to avoid
Py_SetPath() implicit preinitialization with a compat
preconfiguration.

Fix also test_init_setpath() and test_init_setpythonhome() on macOS:
use self.test_exe as the executable (and base_executable), rather
than shutil.which('python3').
2019-09-26 04:01:49 +02:00
..
_freeze_importlib.c bpo-36763: Use PyConfig_Clear() (GH-14445) 2019-07-01 19:52:45 +02:00
_testembed.c bpo-38234: Fix test_embed.test_init_setpath_config() on FreeBSD (GH-16406) 2019-09-26 04:01:49 +02:00
python.c
README

Source files for binary executables (as opposed to shared modules)