]> granicus.if.org Git - python/commitdiff
bltinmod is borrowed, so it shouldn't be decrefed
authorBenjamin Peterson <benjamin@python.org>
Mon, 6 Feb 2012 16:28:45 +0000 (11:28 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 6 Feb 2012 16:28:45 +0000 (11:28 -0500)
Objects/exceptions.c

index 26571856492856d36452f522d84aa36071a74dc3..be5529460de55c4dfe769b422183c5f78f7e2007 100644 (file)
@@ -2210,7 +2210,6 @@ _PyExc_Init(void)
         Py_DECREF(args_tuple);
     }
 
-    Py_DECREF(bltinmod);
 }
 
 void