]> granicus.if.org Git - python/commit
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Apr 2012 11:55:39 +0000 (13:55 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Apr 2012 11:55:39 +0000 (13:55 +0200)
commit8f825060f1c168b913f2ac299ca48d4e9375f34d
tree8f8a2fe0d64cd2fdf98fdb762ff1def490473bde
parent990eff0776a948b4a45b1c2750552c0c6864b5c7
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)

 * In debug mode, fill the string data with invalid characters
 * Simplify also reference counting in PyCodec_BackslashReplaceErrors()
   and PyCodec_XMLCharRefReplaceError()
Modules/_json.c
Modules/md5module.c
Modules/sha1module.c
Modules/sha256module.c
Modules/sha512module.c
Objects/bytesobject.c
Objects/unicodeobject.c
Python/codecs.c
Python/compile.c
Python/import.c