[issue35797] concurrent.futures.ProcessPoolExecutor does not work in venv on Windows

Steve Dower report at bugs.python.org
Mon Jan 21 14:58:10 EST 2019


Steve Dower <steve.dower at python.org> added the comment:

> So I think "breaking if environment variables are not inherited" is a less severe failure mode than this issue is.

ISTR that having sys.executable point to a path outside of sys.prefix breaks the site module in some way, so that would move the fix over there. But again, going from memory - I'd have to try it (and doubtful that I'm getting to it today).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35797>
_______________________________________


More information about the Python-bugs-list mailing list