]> granicus.if.org Git - python/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 be5529460de55c4dfe769b422183c5f78f7e2007..49f6d30cd3c924c090d5d6809001144cc5102397 100644 (file)
@@ -2209,7 +2209,7 @@ _PyExc_Init(void)
             Py_FatalError("init of pre-allocated RuntimeError failed");
         Py_DECREF(args_tuple);
     }
-
+    Py_DECREF(bltinmod);
 }
 
 void