commit | 79cdce35de9c41912e8c999b36a13a52148c791e | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Wed Apr 19 15:09:44 2006 +0000 |
committer | Thomas Wouters <thomas@python.org> | Wed Apr 19 15:09:44 2006 +0000 |
tree | 093d4468b984fc14d2983cb3ed6831fa95f503a3 | |
parent | 4abb3660ca43ffa22e1879dac238c2ed7c406389 [diff] |
Teach Python/ceval.c's inlining of 'str += str' about Py_ssize_t sizes; this was having funny effects when called on >2Gb strings ;P