Steve Dower <[email protected]> added the comment:

So with the fix for multiprocessing, we currently rely on __PYVENV_LAUNCHER__ 
remaining set throughout the process.

However, it may be better to add a "sys.base_executable" property instead and 
clear the __PYVENV_LAUNCHER__ variable once we've read it. Then we can set it 
again in multiprocessing and launch the base executable, and otherwise default 
to launching the redirector.

----------

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue35873>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to