commit | 2f9c71bbbab6fb66cd4df16e30313ea975e1c46d | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Feb 06 11:28:45 2012 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Feb 06 11:28:45 2012 -0500 |
tree | f1fb85b9c94bdbec8ad54778a5d728bf3253b1fd | |
parent | f51ebf94bb527f66331f92ac00f66f529ded73f0 [diff] |
bltinmod is borrowed, so it shouldn't be decrefed
diff --git a/Objects/exceptions.c b/Objects/exceptions.c index e01d6cf..0651d1d 100644 --- a/Objects/exceptions.c +++ b/Objects/exceptions.c
@@ -2127,7 +2127,6 @@ } } - Py_DECREF(bltinmod); } void