]> granicus.if.org Git - python/commit
Related to SF bug 132008 (PyList_Reverse blows up).
authorTim Peters <tim.peters@gmail.com>
Mon, 12 Feb 2001 22:13:26 +0000 (22:13 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 12 Feb 2001 22:13:26 +0000 (22:13 +0000)
commit5c4d5bfaf593587032e872c30e32ab129ca15462
treefe897df6776a52a36970f2bff5b389e6d58a9c6d
parentb86c549c7c41d5f8fa6f50ed3e58f3a1d62a1c4e
Related to SF bug 132008 (PyList_Reverse blows up).
_testcapimodule.c
    make sure PyList_Reverse doesn't blow up again
getargs.c
    assert args isn't NULL at the top of vgetargs1 instead of
    waiting for a NULL-pointer dereference at the end
Modules/_testcapimodule.c
Python/getargs.c