You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix pre-existing issues in set_slice error handling
- Set current_nchunk before compress_ctx in the update-chunk path
(needed by prefilters, was missing unlike all other compress sites)
- Add PyBuffer_Release on error paths that were leaking the buffer
- Add comp_rc == 0 and _check_comp_length guards for consistency
with insert_data/update_data
0 commit comments