More on SF bug [#460020] bug or feature: unicode() and subclasses.
Repaired str(i) to return a genuine string when i is an instance of a str subclass. New PyString_CheckExact() macro.
Showing
Please register or sign in to comment
Repaired str(i) to return a genuine string when i is an instance of a str subclass. New PyString_CheckExact() macro.