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
Since Cython is compiled with language_level=3 working with unicode type
is obsolete (we should work with str type instead).
Removed the dead branch of code.
Added test to exercise repr method
0 commit comments