Message 332222 - Python tracker
Message332222
| Author | izbyshev |
|---|---|
| Recipients | gregory.p.smith, izbyshev, nanjekyejoannah, pablogsal, pitrou, serhiy.storchaka, vstinner |
| Date | 2018-12-20.12:42:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1545309769.41.0.788709270274.issue35537@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Serhiy, PyOS_* functions are called only if preexec_fn != None. But it will never be possible to implement support for preexec_fn (and some other subprocess features, e.g. close_fds) if processes are run via posix_spawn, so I don't see why anything should be done with those functions. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-20 12:42:49 | izbyshev | set | recipients: + izbyshev, gregory.p.smith, pitrou, vstinner, serhiy.storchaka, pablogsal, nanjekyejoannah |
| 2018-12-20 12:42:49 | izbyshev | set | messageid: <1545309769.41.0.788709270274.issue35537@psf.upfronthosting.co.za> |
| 2018-12-20 12:42:49 | izbyshev | link | issue35537 messages |
| 2018-12-20 12:42:49 | izbyshev | create | |