Message325404
I discussed with Pablo (at the CPython sprint) about the case of FreeBSD.
On FreeBSD, posix_spawn() always uses vfork, so it can be surprising to get an error when using use_vfork=True. But, the error message is now very explicit: it mentions that a specific constant is not available on FreeBSD. The documentation is also clear on that point. |
|
| Date |
User |
Action |
Args |
| 2018-09-14 21:43:30 | vstinner | set | recipients:
+ vstinner, gregory.p.smith, pablogsal |
| 2018-09-14 21:43:30 | vstinner | set | messageid: <[email protected]> |
| 2018-09-14 21:43:30 | vstinner | link | issue34663 messages |
| 2018-09-14 21:43:30 | vstinner | create | |
|