Skip to content

Commit b62520a

Browse files
committed
fix: hold GIL when working with py_obj
1 parent 1d4c69f commit b62520a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/questdb/dataframe.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ cdef enum col_source_t:
149149
col_source_dt64ns_numpy = 501000
150150
col_source_dt64ns_tz_arrow = 502000
151151
col_source_arr_f64_numpyobj = 601100
152-
col_source_decimal_pyobj = 701000
152+
col_source_decimal_pyobj = 701100
153153
col_source_decimal32_arrow = 702100
154154
col_source_decimal64_arrow = 703100
155155
col_source_decimal128_arrow = 704100

0 commit comments

Comments
 (0)