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
BUG28280321: Fix segmentation fault when using unicode characters in tables
With Python 2.7 and use_pure=False, a segmentation fault is raised when using
unicode characters in table objects operations.
This patch fixes this issue by handling unicode string casts in Python 2.
Tests were added for both tables and collections.
0 commit comments