]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Document the fact that mach_timebase_info() cannot fail
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 28 Mar 2012 00:50:46 +0000 (02:50 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 28 Mar 2012 00:50:46 +0000 (02:50 +0200)
commit74eb6c0e8bcdab65ac10f5a0a880768eef15a601
tree54fd16e2f3f9de87a50be94054ddceecad24358a
parent650365b1633891fb8281b375e54ae13201e05a73
Document the fact that mach_timebase_info() cannot fail

And call mach_absolute_time() after mach_timebase_info().
Modules/timemodule.c