]> granicus.if.org Git - python/commit
vgetargskeywords: Verify kwlist has the required length while parsing
authorTim Peters <tim.peters@gmail.com>
Sat, 27 Oct 2001 06:42:16 +0000 (06:42 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 27 Oct 2001 06:42:16 +0000 (06:42 +0000)
commit62d48e1735db7acdbacbe7eec0131dd79f529a18
tree72e0317b949a9357b1f725c173a33ccb4943ef66
parentb92cf067c63e3ed809f30ae51fdafc18c1db0c37
vgetargskeywords:  Verify kwlist has the required length while parsing
the format, instead of waiting until after we can overindex it by
mistake.
Python/getargs.c