Skip to content

Commit c03dec5

Browse files
mroeschkePingviinituutti
authored andcommitted
CLN: Adjust cdef types to fix MacPython build (pandas-dev#24041)
1 parent 1444b33 commit c03dec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_libs/tslibs/conversion.pyx

+2-2
Original file line numberDiff line numberDiff line change
@@ -887,8 +887,8 @@ def tz_localize_to_utc(ndarray[int64_t] vals, object tz, object ambiguous=None,
887887
int64_t *tdata
888888
int64_t v, left, right, val, v_left, v_right, new_local, remaining_mins
889889
int64_t HOURS_NS = HOUR_SECONDS * 1000000000
890-
ndarray[int64_t] trans, result, result_a, result_b, dst_hours
891-
ndarray[int64_t] trans_idx, grp, delta, a_idx, b_idx, one_diff
890+
ndarray[int64_t] trans, result, result_a, result_b, dst_hours, delta
891+
ndarray trans_idx, grp, a_idx, b_idx, one_diff
892892
npy_datetimestruct dts
893893
bint infer_dst = False, is_dst = False, fill = False
894894
bint shift = False, fill_nonexist = False

0 commit comments

Comments
 (0)