]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
this is only a borrowed ref in Brett's branch
authorBenjamin Peterson <benjamin@python.org>
Fri, 10 Feb 2012 13:46:54 +0000 (08:46 -0500)
committerBenjamin Peterson <benjamin@python.org>
Fri, 10 Feb 2012 13:46:54 +0000 (08:46 -0500)
Objects/exceptions.c

index 0651d1d577c1273bd6505322fed6083dfdee8328..9daa12a4e97163cf622c568a8630503cb30733c3 100644 (file)
@@ -2126,7 +2126,7 @@ _PyExc_Init(void)
             Py_DECREF(args_tuple);
         }
     }
-
+    Py_DECREF(bltinmod);
 }
 
 void