]> granicus.if.org Git - python/commit
Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. Backport from rev. 53295.
authorPeter Astrand <astrand@lysator.liu.se>
Sun, 21 Jan 2007 15:45:25 +0000 (15:45 +0000)
committerPeter Astrand <astrand@lysator.liu.se>
Sun, 21 Jan 2007 15:45:25 +0000 (15:45 +0000)
commitbb6a0edce1625e41a310cb5980c843eb3cb68f77
treef8eb69187eb4513f015b795890a73508c6f4571e
parent962e9165aac50703f84f4ea6fd23d81a12fdebeb
Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. Backport from rev. 53295.
Lib/subprocess.py
Misc/NEWS