[Python-checkins] cpython (3.2): bltinmod is borrowed, so it shouldn't be decrefed

benjamin.peterson python-checkins at python.org
Mon Feb 6 17:30:16 CET 2012


http://hg.python.org/cpython/rev/c19be14466e8
changeset:   74806:c19be14466e8
branch:      3.2
parent:      74761:048e38c87883
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Feb 06 11:28:45 2012 -0500
summary:
  bltinmod is borrowed, so it shouldn't be decrefed

files:
  Objects/exceptions.c |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Objects/exceptions.c b/Objects/exceptions.c
--- a/Objects/exceptions.c
+++ b/Objects/exceptions.c
@@ -2127,7 +2127,6 @@
         }
     }
 
-    Py_DECREF(bltinmod);
 }
 
 void

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list