]> granicus.if.org Git - python/commit
Backout ab500b297900: the check for integer overflow is wrong
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 7 May 2012 21:50:05 +0000 (23:50 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 7 May 2012 21:50:05 +0000 (23:50 +0200)
commit106802547c0180a29a8a55640d1f5b8ae670d657
treea6441ae82b4dcaa6b703ef960a617a0a1231372d
parent79575b210fd5ae49b09f1cbc3278fd8655c81ba5
Backout ab500b297900: the check for integer overflow is wrong

Issue #14716: Change integer overflow check in unicode_writer_prepare()
to compute the limit at compile time instead of runtime. Patch writen by Serhiy
Storchaka.
Objects/unicodeobject.c