]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #29145: Fix overflow checks in str.replace() and str.join().
authorXiang Zhang <angwerzx@126.com>
Tue, 10 Jan 2017 02:52:00 +0000 (10:52 +0800)
committerXiang Zhang <angwerzx@126.com>
Tue, 10 Jan 2017 02:52:00 +0000 (10:52 +0800)
commitb0541f4cdf1bb0ed1fc24fe14e9acf3f81fd8c80
tree8d77bd804fecf2d580b64aaa2664ff155fadc317
parent18e0a97a1a3b1cbe38f65611ca846055247f56f8
Issue #29145: Fix overflow checks in str.replace() and str.join().

Based on patch by Martin Panter.
Objects/unicodeobject.c