]> granicus.if.org Git - python/commit
Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181.
authorPeter Astrand <astrand@lysator.liu.se>
Sun, 7 Jan 2007 14:34:16 +0000 (14:34 +0000)
committerPeter Astrand <astrand@lysator.liu.se>
Sun, 7 Jan 2007 14:34:16 +0000 (14:34 +0000)
commit1812f8cf3f47659a49712a3e2d633e82d1f09915
tree2b8c1ddb9f3ed98f80168fffe38f0b6cd4f4779a
parentec05a2d5803db2e9d38e1126b8b88062b9e11ce8
Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181.
Lib/subprocess.py