PyObject_Repr() ensures that the result is a ready Unicode string
And PyObject_Str() and PyObject_Repr() don't make strings ready in debug mode to ensure that the caller makes the string ready before using it.
V
Victor Stinner committed
db88ae5d666723d90c9b681fe874aa0a8fb4b04a
Parent: 59bb0e0