[issue35757] slow subprocess.Popen(..., close_fds=True)

Josh Rosenberg report at bugs.python.org
Thu Jan 17 21:24:17 EST 2019


Josh Rosenberg <shadowranger+python at gmail.com> added the comment:

Others can correct me if I'm wrong, but I'm fairly sure 2.7 isn't making changes unless they fix critical or security-related bugs.

The code here is suboptimal, but it's already been fixed in Python 3 (in #8052), as part of a C accelerator module (that reduces the risk of race conditions and other conflicts your Python level fix entails). Unless someone corrects me, I'll close this as "Won't Fix".

----------
nosy: +josh.r

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35757>
_______________________________________


More information about the Python-bugs-list mailing list