]> granicus.if.org Git - python/commit
Fix clock_gettime/getres/settime: PyArg_ParseTuple() expects an int
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 13 Apr 2012 21:44:05 +0000 (23:44 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 13 Apr 2012 21:44:05 +0000 (23:44 +0200)
commitb8d016955a577eb54b6508f2f2c8d1247e03c8e4
tree25d44fc0858c7f7fa7eb560bffd4b038a4e02c9b
parent0682a0c0a925c52bf4d8d3030681b82796bdc6e2
Fix clock_gettime/getres/settime: PyArg_ParseTuple() expects an int

Only use a single #ifdef for the 3 functions.
Modules/timemodule.c