gen_throw(): The caller doesn't own PyArg_ParseTuple()
commit3eee76ef2c8b7d1434dfcc3c73d4ba6382b078cb
authortim.peters <tim.peters@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 12 Apr 2006 06:44:36 +0000 (12 06:44 +0000)
committertim.peters <tim.peters@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 12 Apr 2006 06:44:36 +0000 (12 06:44 +0000)
tree36051a0d311bffb2ccec5da85330caff167f0df1
parentdb0d6a6d9c6821b564dc790cac87e7df12a9fb31
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.

git-svn-id: http://svn.python.org/projects/python/trunk@45299 6015fed2-1504-0410-9fe1-9d1591cc4771
Objects/genobject.c