]> granicus.if.org Git - python/commit
Patch by Chris Herborth for BeOS code.
authorGuido van Rossum <guido@python.org>
Tue, 9 Mar 1999 16:07:23 +0000 (16:07 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Mar 1999 16:07:23 +0000 (16:07 +0000)
commitd3eb5774ad18683aff2a7316242914459e422e26
tree2e8119d7e92540575852f5f0dbd665e2eb1fed85
parentd2cd6f8c935425a12c625f7afaabe7c37401b024
Patch by Chris Herborth for BeOS code.
He writes:

I had an off-by-1000 error in floatsleep(),
and the problem with time.clock() is that it's not implemented properly
on QNX... ANSI says it's supposed to return _CPU_ time used by the
process, but on QNX it returns the amount of real time used... so I was
confused.
Modules/timemodule.c