Message334774
| Author | steve.dower |
|---|---|
| Recipients | paul.moore, schlamar, steve.dower, tim.golden, zach.ware |
| Date | 2019-02-02.22:49:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1549147763.3.0.955710681128.issue35873@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-02 22:49:24 | steve.dower | set | recipients: + steve.dower, paul.moore, tim.golden, schlamar, zach.ware |
| 2019-02-02 22:49:23 | steve.dower | set | messageid: <1549147763.3.0.955710681128.issue35873@roundup.psfhosted.org> |
| 2019-02-02 22:49:23 | steve.dower | link | issue35873 messages |
| 2019-02-02 22:49:23 | steve.dower | create | |