Skip to content

Commit

Permalink
Re-add python version of ._rebuild_blknos_and_blklocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolker-KU committed Aug 24, 2024
1 parent 72440a5 commit 8b78e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/_libs/internals.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ cdef class BlockManager:
# -------------------------------------------------------------------
# Block Placement

cdef _rebuild_blknos_and_blklocs(self):
cpdef _rebuild_blknos_and_blklocs(self):
"""
Update mgr._blknos / mgr._blklocs.
"""
Expand Down

0 comments on commit 8b78e70

Please sign in to comment.