commit | 5ca129b8f016668bf914592e58082c452a7ad9b4 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Sat Dec 07 19:14:59 2013 -0800 |
committer | Gregory P. Smith <greg@krypto.org> | Sat Dec 07 19:14:59 2013 -0800 |
tree | 1cf1a6accd1ff027c55ac5aa0e26c53107a4a845 | |
parent | 5c29424f4bae94e32ec7332551f3ccabf2f957dd [diff] | |
parent | 774f909489ca1395ba1e3f3a1f3d43495df6cdfe [diff] |
Fixes issue #19506: Use a memoryview to avoid a data copy when piping data to stdin within subprocess.Popen.communicate. 5-10% less cpu usage.