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'). V
Victor Stinner committed
49d99f01e6e51acec5ca57a02e857f0796bc418b
Parent: 88feaec
Committed by GitHub <noreply@github.com>
on 9/26/2019, 2:01:49 AM