This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wplappert
Recipients LambertDW, sameerd, skip.montanaro, wplappert
Date 2008-10-24.21:52:21
SpamBayes Score 0.17403603
Marked as misclassified No
Message-id <1224885143.31.0.0953353987804.issue4194@psf.upfronthosting.co.za>
In-reply-to
Content
Here are my figures from a different processor on Linux (Ubuntu):

wplapper@lin-wpl:~/python$ python2.5 popentest.py 
time with os.popen :  0.0478880405426
time with subprocess.Popen :  0.0596849918365
wplapper@lin-wpl:~/python$ python2.6 popentest.py 
time with os.popen :  0.0481159687042
time with subprocess.Popen :  0.0592260360718
uname -a: ... 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008 i686
GNU/Linux
History
Date User Action Args
2008-10-24 21:52:23wplappertsetrecipients: + wplappert, skip.montanaro, LambertDW, sameerd
2008-10-24 21:52:23wplappertsetmessageid: <1224885143.31.0.0953353987804.issue4194@psf.upfronthosting.co.za>
2008-10-24 21:52:22wplappertlinkissue4194 messages
2008-10-24 21:52:21wplappertcreate