commit | d8e3901478b0ddf0b2c6cb2094a3d74f0168e4bf | [log] [tgz] |
---|---|---|
author | Ross Lagerwall <rosslagerwall@gmail.com> | Wed Jul 27 18:54:53 2011 +0200 |
committer | Ross Lagerwall <rosslagerwall@gmail.com> | Wed Jul 27 18:54:53 2011 +0200 |
tree | d987457f0a247746b3eef3bfdf91e1b4e6a90d12 | |
parent | 5e3a19d80666b0dddef8f8a042ea1988910b61b3 [diff] [blame] |
Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is given as a low fd, it gets overwritten.
diff --git a/Misc/NEWS b/Misc/NEWS index d2d0f89..c587f6e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Library ------- +- Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is + given as a low fd, it gets overwritten. + - Issue #12102: Document that buffered files must be flushed before being used with mmap. Patch by Steffen Daode Nurpmeso.