blob: 3e062b5add6d89cff5215182433dbd159d691aff (
plain)
1
2
3
|
Prevent :mod:`multiprocessing.spawn` from failing to *import* in environments
where ``sys.executable`` is ``None``. This regressed in 3.11 with the addition
of support for path-like objects in multiprocessing.
|