Message307967
Thanks for the report and the investigation!
> 1. The fact that file descriptors specified for redirection are closed (even with close_fds=False) unless in range [0, 2] is not documented and not tested.
That sounds like a bug to me, so we should fix it if decently possible.
> 2. pass_fds interaction with (1) should be fixed and documented. We may either raise ValueError if pass_fds contains a redirected fd or don't close such a redirected fd.
Same here, it seems like a bug which deserves fixing.
Do you want to submit a PR for this? |
|
Date |
User |
Action |
Args |
2017-12-10 18:38:47 | pitrou | set | recipients:
+ pitrou, gregory.p.smith, vstinner, izbyshev |
2017-12-10 18:38:47 | pitrou | set | messageid: <1512931127.15.0.213398074469.issue32270@psf.upfronthosting.co.za> |
2017-12-10 18:38:47 | pitrou | link | issue32270 messages |
2017-12-10 18:38:47 | pitrou | create | |
|