commit | a5a80cb4a46b031641f56493dbf4821d4f3560b0 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Apr 12 06:44:36 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Apr 12 06:44:36 2006 +0000 |
tree | 340f580f9ed63af63e97385ab142260dd865c187 | |
parent | ee6d23e500c456d6cd34dd8be9aac5cac62d81a7 [diff] |
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.