Victor Stinner fb9ea8c57e Don't check for the maximum character when copying from unicodeobject.c
* Create copy_characters() function which doesn't check for the maximum
   character in release mode
 * _PyUnicode_CheckConsistency() is no more static to be able to use it
   in _PyUnicode_FormatAdvanced() (in formatter_unicode.c)
 * _PyUnicode_CheckConsistency() checks the string hash
2011-10-06 01:45:57 +02:00
..
2011-09-28 07:41:54 +02:00
2011-09-28 07:41:54 +02:00
2011-09-28 07:41:54 +02:00
2011-10-02 20:34:20 +02:00
2011-09-28 07:41:54 +02:00
2011-10-04 20:53:03 +02:00
2011-10-02 13:19:16 -04:00
2011-09-28 07:41:54 +02:00
2011-09-28 07:41:54 +02:00
2011-09-02 17:32:30 +02:00
2011-09-28 07:41:54 +02:00
2011-09-29 00:42:28 +02:00