Files
cpython/Include
Victor Stinner cfc4c13b04 Add _PyUnicodeWriter_WriteSubstring() function
Write a function to enable more optimizations:

 * If the substring is the whole string and overallocation is disabled, just
   keep a reference to the string, don't copy characters
 * Avoid a call to the expensive _PyUnicode_FindMaxChar() function when
   possible
2013-04-03 01:48:39 +02:00
..
2011-08-09 16:15:04 -05:00
2011-10-15 16:38:20 +02:00
2012-11-18 20:49:39 -06:00
2012-11-12 20:24:09 +01:00
2012-09-29 14:21:25 +02:00
2012-11-04 23:53:15 +10:00
2012-10-24 08:21:52 -07:00