Message353197
| Author | twouters |
|---|---|
| Recipients | desbma, giampaolo.rodola, gregory.p.smith, izbyshev, patrick.mclean, rhettinger, twouters, vstinner |
| Date | 2019-09-25.13:55:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1569419735.8.0.477985058822.issue36046@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
As mentioned in the code review for Victor's fix, it feels like the big conditional on the use of self._posix_spawn in Popen._execute_child should perhaps be pulled into _posix_spawn, or at least refactored so it's closer to _posix_spawn, with some explanation about what is or isn't supported by _posix_spawn and why. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-09-25 13:55:35 | twouters | set | recipients: + twouters, rhettinger, gregory.p.smith, vstinner, giampaolo.rodola, desbma, izbyshev, patrick.mclean |
| 2019-09-25 13:55:35 | twouters | set | messageid: <1569419735.8.0.477985058822.issue36046@roundup.psfhosted.org> |
| 2019-09-25 13:55:35 | twouters | link | issue36046 messages |
| 2019-09-25 13:55:35 | twouters | create | |