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
test: Add tests for trailing null preservation and multi-byte UTF-8 in ShareableList
Add test_shared_memory_ShareableList_trailing_nulls covering gh-106939
(bytes/str values with trailing null bytes preserved correctly) and
test_shared_memory_ShareableList_multibyte_utf8 covering gh-145261
(multi-byte UTF-8 strings stored and retrieved without corruption).
Both tests include cross-process verification via name-based attachment.
0 commit comments