[Python-checkins] [python/cpython] 82a907: [3.6] bpo-22207: Add checks for possible integer o...
GitHub
noreply at github.com
Tue Jul 11 00:27:58 EDT 2017
Branch: refs/heads/3.6
Home: https://github.com/python/cpython
Commit: 82a907560011c7b784badccc78082cef70ea7128
https://github.com/python/cpython/commit/82a907560011c7b784badccc78082cef70ea7128
Author: Serhiy Storchaka <storchaka at gmail.com>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
M Objects/unicodeobject.c
Log Message:
-----------
[3.6] bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (GH-2623) (#2658)
Based on patch by Victor Stinner.
(cherry picked from commit 64e461b)
More information about the Python-checkins
mailing list