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 sameerd, skip.montanaro, wplappert
Date 2008-10-24.18:55:25
SpamBayes Score 0.0014932597
Marked as misclassified No
Message-id <1224874526.5.0.597640240139.issue4194@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Skip,

I find different measurements om Windows/XP: I copied the script and ran
it under Python 2.5.2 and Python 2.6 (as downloaded from
http://python.org/ftp/python/2.6/python-2.6.msi):

Plappert@action-time /cygdrive/e/tmp $ python ./timing.py # 2.5.2
time with os.popen :  0.296999931335
time with subprocess.Popen :  0.203000068665

in other words: identical or subprocess.Popen even faster.

and it is getting even better with Python2.6:

Plappert@action-time /cygdrive/e/tmp $ python26 timing.py # 2.6
time with os.popen :  0.266000032425
time with subprocess.Popen :  0.18700003624

So could that be a Mac OS issue?
History
Date User Action Args
2008-10-24 18:55:26wplappertsetrecipients: + wplappert, skip.montanaro, sameerd
2008-10-24 18:55:26wplappertsetmessageid: <1224874526.5.0.597640240139.issue4194@psf.upfronthosting.co.za>
2008-10-24 18:55:25wplappertlinkissue4194 messages
2008-10-24 18:55:25wplappertcreate