commit | 0576f9b4cf7e4b373eff1e610d6c63682a0ce089 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon May 07 13:02:44 2012 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon May 07 13:02:44 2012 +0200 |
tree | 11397888b29ab247c6d098be38df047bd48d2d4a | |
parent | 202fdca133ce8f5b0c37cca1353070e0721c688d [diff] |
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.