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 sdaoden
Recipients brett.cannon, ixokai, ned.deily, neologix, pitrou, sdaoden, vstinner
Date 2011-02-26.11:30:27
SpamBayes Score 1.272523e-05
Marked as misclassified No
Message-id <20110226113018.GA38708@sherwood.local>
In-reply-to <AANLkTimiG2bTumkvNbcWpcRJeVQHyS_Uc8pYBKFGMmXT@mail.gmail.com>
Content
I'll give you the same result again but with additional clock(), 
just for a heart's pleasure:

clock(): 0.100958 , fstat(): posix.stat_result(st_mode=33184, st_ino=10075508, st_dev=234881025, st_nlink=1, st_uid=502, st_gid=20, st_size=4294967300, st_atime=1298719201, st_mtime=1298719305, st_ctime=1298719305)
> f.close()
> print('clock():', time.clock(), ', stat():', os.stat(name))
clock(): 3.75792 , stat(): posix.stat_result(st_mode=33184, st_ino=10075508, st_dev=234881025, st_nlink=1, st_uid=502, st_gid=20, st_size=4294967300, st_atime=1298719201, st_mtime=1298719305, st_ctime=1298719305)

Please don't assume i go for Mac OS X ... 
In the end you *always* need to implement an expensive state 
machine to get around long-known bugs, mis-implementations or 
other poops there.
History
Date User Action Args
2011-02-26 11:30:28sdaodensetrecipients: + sdaoden, brett.cannon, ixokai, pitrou, vstinner, ned.deily, neologix
2011-02-26 11:30:27sdaodenlinkissue11277 messages
2011-02-26 11:30:27sdaodencreate