Skip to content
Open
Prev Previous commit
Next Next commit
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored Feb 26, 2026
commit 34003c6f3317c199972eed5a1950158080f8314a
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Fix :class:`~multiprocessing.shared_memory.ShareableList` corrupting
multi-byte UTF-8 strings due to using character count instead of byte count
for slot allocation, and stripping legitimate trailing null bytes from
``bytes`` values.
Loading