From eff29b2ba8fb3ebf74e7e4313f5c46a05284f98c Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Mon, 13 Nov 2023 10:32:52 -0500 Subject: [PATCH] Cython 3.0 faster maybe_convert_objects --- pandas/_libs/lib.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/_libs/lib.pyx b/pandas/_libs/lib.pyx index 50ea5f6d3f699..e8a69891c6093 100644 --- a/pandas/_libs/lib.pyx +++ b/pandas/_libs/lib.pyx @@ -2520,6 +2520,7 @@ def maybe_convert_objects(ndarray[object] objects, ndarray[int64_t] ints ndarray[uint64_t] uints ndarray[uint8_t] bools + ndarray[uint8_t] mask Seen seen = Seen() object val _TSObject tsobj