__module__ is a unicode string now:
use PyUnicode_CompareWithASCIIString() instead of strcmp(). Simplify repr formatting.
Showing
Please register or sign in to comment
use PyUnicode_CompareWithASCIIString() instead of strcmp(). Simplify repr formatting.