commit | bb6a0edce1625e41a310cb5980c843eb3cb68f77 | [log] [tgz] |
---|---|---|
author | Peter Astrand <astrand@lysator.liu.se> | Sun Jan 21 15:45:25 2007 +0000 |
committer | Peter Astrand <astrand@lysator.liu.se> | Sun Jan 21 15:45:25 2007 +0000 |
tree | f8eb69187eb4513f015b795890a73508c6f4571e | |
parent | 962e9165aac50703f84f4ea6fd23d81a12fdebeb [diff] [blame] |
Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. Backport from rev. 53295.
diff --git a/Misc/NEWS b/Misc/NEWS index 3a281c4..eeab829 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -143,6 +143,8 @@ Library ------- +- Bug #1598181: Avoid O(N**2) bottleneck in subprocess communicate(). + - Patch #1627441: close sockets properly in urllib2. - Bug #1610795: ctypes.util.find_library works now on BSD systems.