]> granicus.if.org Git - python/commit
_range_error(): Speed and simplify (there's no real need for
authorTim Peters <tim.peters@gmail.com>
Wed, 31 May 2006 15:33:22 +0000 (15:33 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 31 May 2006 15:33:22 +0000 (15:33 +0000)
commitd6a6f023c82aeef295a2fcd764ae9380ea73156d
tree2000ecf64947448713552adc748095ac8492b1e7
parentc2b550e16ee8b8ad24ddfab81f2257b2edcd2f12
_range_error():  Speed and simplify (there's no real need for
loops here).  Assert that size_t is actually big enough, and
that f->size is at least one.  Wrap a long line.
Modules/_struct.c