Files
cpython/Objects
Victor Stinner eb36fdaad8 Fix _PyUnicodeWriter_PrepareKind()
Initialize kind to 0 (PyUnicode_WCHAR_KIND) to ensure that
_PyUnicodeWriter_PrepareKind() handles correctly read-only buffer: copy the
buffer.
2015-10-03 01:55:51 +02:00
..
2015-08-07 18:50:24 -04:00
2015-04-23 17:06:45 -04:00
2015-04-27 17:49:16 +03:00
2015-06-27 15:45:56 -05:00

Source files for various builtin objects