summaryrefslogtreecommitdiff
path: root/Cython/Includes/cpython/time.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Includes/cpython/time.pxd')
-rw-r--r--Cython/Includes/cpython/time.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Includes/cpython/time.pxd b/Cython/Includes/cpython/time.pxd
index 076abd931..7f20095a1 100644
--- a/Cython/Includes/cpython/time.pxd
+++ b/Cython/Includes/cpython/time.pxd
@@ -30,7 +30,7 @@ cdef inline int _raise_from_errno() except -1 with gil:
return <int> -1 # Let the C compiler know that this function always raises.
-cdef inline tm localtime() nogil except *:
+cdef inline tm localtime() except * nogil:
"""
Analogue to the stdlib time.localtime. The returned struct
has some entries that the stdlib version does not: tm_gmtoff, tm_zone