]> granicus.if.org Git - python/commit
Issue #22117: Add assertions to _PyTime_AsTimeval() and _PyTime_AsTimespec() to
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 00:54:57 +0000 (02:54 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 00:54:57 +0000 (02:54 +0200)
commitedddf991d9ea88d16c8ebef7a5f829822d8025fa
tree3c230b7fef0b98f0c5ae40f44000b3fde03c149d
parentea9c0dd2c27884691f0a0af983fd41d4d818e93f
Issue #22117: Add assertions to _PyTime_AsTimeval() and _PyTime_AsTimespec() to
check that microseconds and nanoseconds fits into the specified range.
Python/pytime.c