Mark string.join() as done. Turns out string_join() works "for free" now,
because PySequence_Fast() started working for free as soon as PySequence_Tuple() learned how to work with iterators. For some reason unicode.join() still doesn't work, though.
Showing
Please register or sign in to comment