]> granicus.if.org Git - python/commit
PyUnicode_Join(): Missed a spot where I intended a cast from size_t to
authorTim Peters <tim.peters@gmail.com>
Fri, 27 Aug 2004 05:08:36 +0000 (05:08 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 27 Aug 2004 05:08:36 +0000 (05:08 +0000)
commit894c512c2ff6c2ec511716e58d8c4d9ff7e8c137
tree50ed50f8660ac28d966e15daeb514ba32af96b2a
parent269ab628d71d8e5ec7dd78edd44b707beceeefcb
PyUnicode_Join():  Missed a spot where I intended a cast from size_t to
int.  I sure wish MS would gripe about that!  Whatever, note that the
statement above it guarantees that the cast loses no info.
Objects/unicodeobject.c