In release mode, PyUnicode_InternInPlace() does nothing if the input is NULL or
not a unicode, instead of failing with a fatal error. Use assertions in debug mode (provide better error messages).
Showing
Please register or sign in to comment