]> granicus.if.org Git - python/commit
vgetargskeywords()
authorTim Peters <tim.peters@gmail.com>
Sat, 27 Oct 2001 07:25:06 +0000 (07:25 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 27 Oct 2001 07:25:06 +0000 (07:25 +0000)
commitc2f011201ae374da4544b93aba09d0279c139c18
tree56c9247f7855e32691c240cb27a3ba1e930801eb
parentb639d49798ed25d6a79175696a0786da442a6fcc
vgetargskeywords()
+ Squash another potential buffer overrun.
+ Simplify the keyword-arg loop by decrementing the count of keywords
  remaining instead of incrementing Yet Another Variable; also break
  out early if the number of keyword args remaining hits 0.

Since I hit the function's closing curly brace with this patch, that's
enough of this for now <wink>.
Python/getargs.c