]> granicus.if.org Git - python/commit
Teach Python/ceval.c's inlining of 'str += str' about Py_ssize_t sizes; this
authorThomas Wouters <thomas@python.org>
Wed, 19 Apr 2006 15:09:44 +0000 (15:09 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 19 Apr 2006 15:09:44 +0000 (15:09 +0000)
commit79cdce35de9c41912e8c999b36a13a52148c791e
tree093d4468b984fc14d2983cb3ed6831fa95f503a3
parent4abb3660ca43ffa22e1879dac238c2ed7c406389
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
Python/ceval.c