summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-07-05-13-08-23.gh-issue-90876.Qvlkfl.rst
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.