]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyUnicode_New() and unicode_putchar() check for MAX_UNICODE maximum (U+10FFFF)
authorVictor Stinner <vstinner@wyplay.com>
Wed, 22 Feb 2012 12:36:20 +0000 (13:36 +0100)
committerVictor Stinner <vstinner@wyplay.com>
Wed, 22 Feb 2012 12:36:20 +0000 (13:36 +0100)
commit15e9ed299c5cd8adca21ac5e8e9691eacc731700
tree484eaf25810d0fed84bcabb707dfe8201445be8a
parent6721149501a68ab52c7d1f83300ecd6d5656cbb3
PyUnicode_New() and unicode_putchar() check for MAX_UNICODE maximum (U+10FFFF)
Objects/unicodeobject.c