[issue4194] Miserable subprocess.Popen performance

Skip Montanaro report at bugs.python.org
Fri Oct 24 22:44:34 CEST 2008


Skip Montanaro <skip at pobox.com> added the comment:

I don't expect Python3 to be all that great io performance-wise yet.  
Still, for me on the Mac os.popen beats subprocess.Popen pretty handily:

  % python3.0 popentest.py
  time with os.popen :  0.874988
  time with subprocess.Popen :  2.112976

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4194>
_______________________________________


More information about the Python-bugs-list mailing list