
cpython: Fix PyObject_Repr(): don't call PyUnicode_READY() if res is NULL
by victor.stinner Dec. 1, 2011
by victor.stinner Dec. 1, 2011
Dec. 1, 2011
1
0

cpython: Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0)
by victor.stinner Dec. 1, 2011
by victor.stinner Dec. 1, 2011
Dec. 1, 2011
1
0

cpython: MultibyteCodec_Decode() catchs PyUnicode_AS_UNICODE() failures
by victor.stinner Dec. 1, 2011
by victor.stinner Dec. 1, 2011
Dec. 1, 2011
1
0

Dec. 1, 2011
1
0

cpython: c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc
by victor.stinner Dec. 1, 2011
by victor.stinner Dec. 1, 2011
Dec. 1, 2011
1
0

cpython: PyObject_Repr() ensures that the result is a ready Unicode string
by victor.stinner Dec. 1, 2011
by victor.stinner Dec. 1, 2011
Dec. 1, 2011
1
0