]> granicus.if.org Git - python/commit
gen_throw(): The caller doesn't own PyArg_ParseTuple()
authorTim Peters <tim.peters@gmail.com>
Wed, 12 Apr 2006 06:44:36 +0000 (06:44 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 12 Apr 2006 06:44:36 +0000 (06:44 +0000)
commita5a80cb4a46b031641f56493dbf4821d4f3560b0
tree340f580f9ed63af63e97385ab142260dd865c187
parentee6d23e500c456d6cd34dd8be9aac5cac62d81a7
gen_throw():  The caller doesn't own PyArg_ParseTuple()
"O" arguments, so must not decref them.  This accounts
for why running test_contextlib.test_main() in a loop
eventually tried to deallocate Py_None.
Objects/genobject.c