Files
cpython/Objects
Ronald Oussoren 3687e8055c Issue #18427: str.replace could crash the interpreter with huge strings.
This fixes two places where 'int'  was used to represent
the size of strings, instead of 'Py_ssize_t'.

(The issue is not present in the corresponding code in the 3.x branches)

Fixes #18427
2013-07-11 13:33:55 +02:00
..
2012-11-03 23:07:59 +01:00
2012-05-01 10:16:33 -04:00
2012-02-19 01:11:56 -05:00
2011-10-30 14:24:44 -04:00
2012-02-15 02:57:19 +01:00