]> 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 e01d6cfa19612e3da437f6c05f97e235a9a4afcd..0651d1d577c1273bd6505322fed6083dfdee8328 100644 (file)
@@ -2127,7 +2127,6 @@ _PyExc_Init(void)
         }
     }
 
-    Py_DECREF(bltinmod);
 }
 
 void