]> granicus.if.org Git - python/commit
Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641
authorChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 11:16:45 +0000 (13:16 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 11:16:45 +0000 (13:16 +0200)
commit48d8d2143867fa7027499146dd69f879e92a1d5d
treea783ab69ce6dcd8da02381a4df448cb97e8fb31f
parent837e53a7c268215bb521a5b0ce765367ca0704da
Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641
Python/getargs.c