Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit bc86634

Browse files
author
Ivan Butygin
authored
Fix index refcount in unbox_dataframe_column (#599)
1 parent 7ff3b19 commit bc86634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdc/hiframes/boxing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ def codegen(context, builder, sig, args):
296296

297297
c.pyapi.decref(series_obj)
298298
c.pyapi.decref(arr_obj)
299+
c.context.nrt.incref(builder, df_typ.index, dataframe.index)
299300

300301
# assign array and set unboxed flag
301302
dataframe.data = builder.insert_value(

0 commit comments

Comments
 (0)