Skip to content

Commit 1e6cd2f

Browse files
committed
Add description comment for related issue
1 parent c5f36e2 commit 1e6cd2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/arrays.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ cdef class NDArrayBacked:
101101
self.__setstate__(state[0])
102102
return
103103
elif len(state) == 2:
104+
# GH#62820: Handle missing attrs dict during auto-unpickling
104105
self.__setstate__((*state, {}))
105106
return
106107
raise NotImplementedError(state) # pragma: no cover

0 commit comments

Comments
 (0)