commit | 07638b9085f3c84e4c3002859be114cbf9d008cc | [log] [tgz] |
---|---|---|
author | Facundo Batista <facundobatista@gmail.com> | Fri Jun 19 19:51:26 2009 +0000 |
committer | Facundo Batista <facundobatista@gmail.com> | Fri Jun 19 19:51:26 2009 +0000 |
tree | e98c19e9171349c3c75dd8c32770a403ac247725 | |
parent | 7731bedca21a23225a7836483af02c63fbcf502c [diff] [blame] |
Issue #6274. Fixed a potential FD leak in subprocess.py.
diff --git a/Misc/NEWS b/Misc/NEWS index d31ea5d..378435b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -56,6 +56,8 @@ Library ------- +- Issue #6274: Fixed possible file descriptors leak in subprocess.py + - Issue #6271: mmap tried to close invalid file handle (-1) when annonymous. (On Unix)