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
Address a Heisenbug caused by `v = get_c_string(<str>repr(val))` potentially pointed to a string that is unreferenced the next time an exception is raised. (Two exceptions are raised in succession in `pandas/tests/base/test_unique.py test_unique_bad_unicode`.
Signed-off-by: Michael Tiemann <[email protected]>
0 commit comments