]> granicus.if.org Git - python/commit
Added overflow test for adding two (very) large strings where the
authorAndrew Dalke <dalke@dalkescientific.com>
Thu, 25 May 2006 18:18:39 +0000 (18:18 +0000)
committerAndrew Dalke <dalke@dalkescientific.com>
Thu, 25 May 2006 18:18:39 +0000 (18:18 +0000)
commit598710c7270dc92839be0e1b5608cf7b5b33e7ec
tree6ea0466d5b915dc6f9b90ba92261ef02fdcc4518
parentf344c94c85f5c9028256e1dfd4b837e7aa4171f0
Added overflow test for adding two (very) large strings where the
new string is over max Py_ssize_t.  I have no way to test it on my
box or any box I have access to.  At least it doesn't break anything.
Objects/stringobject.c