commit | 64e461be09e23705ecbab43a8b01722186641f71 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Jul 11 06:55:25 2017 +0300 |
committer | GitHub <noreply@github.com> | Tue Jul 11 06:55:25 2017 +0300 |
tree | b3d54bc76b102d55e44b7765c58593fdcd3296da | |
parent | 1180e5a51871fa53ca6892e83fd2e69dc2600447 [diff] |
bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (#2623) Based on patch by Victor Stinner.