commit | 0f7e2df2f171a26e73b874a961d9c42ff9abf3e8 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Feb 10 08:46:54 2012 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Feb 10 08:46:54 2012 -0500 |
tree | b98a7463e1f2be82bfd35be250558c42ceeabed0 | |
parent | 0d0ea48709186b1ee7505d98816fc75e2cf14df9 [diff] [blame] |
this is only a borrowed ref in Brett's branch
diff --git a/Objects/exceptions.c b/Objects/exceptions.c index be55294..49f6d30 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c
@@ -2209,7 +2209,7 @@ Py_FatalError("init of pre-allocated RuntimeError failed"); Py_DECREF(args_tuple); } - + Py_DECREF(bltinmod); } void