diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-12-01 02:15:00 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-12-01 02:15:00 +0100 |
commit | f1afdf16024d4e245de68f132bede88a8dbceee3 (patch) | |
tree | 5423ac031f15fa67b581c05ddf9fd375d766387d /Python/codecs.c | |
parent | 98b7ced3337d58717d95fb535f37c2e1d7428766 (diff) | |
download | cpython-f1afdf16024d4e245de68f132bede88a8dbceee3.tar.gz |
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.
Diffstat (limited to 'Python/codecs.c')
0 files changed, 0 insertions, 0 deletions