Files
cpython/Objects
Victor Stinner 1912b39def _PyUnicodeWriter_WriteStr() now checks that the input string is consistent
in debug mode to detect bugs earlier.

_PyUnicodeWriter_Finish() doesn't check if the read only string is consistent,
whereas it does check consistency for strings built by itself.
2015-03-26 09:37:23 +01:00
..
2015-03-06 09:09:46 -05:00
2015-02-25 10:16:56 -05:00
2014-07-06 13:04:20 -07:00

Source files for various builtin objects