[Python-checkins] cpython (3.2): this is only a borrowed ref in Brett's branch

benjamin.peterson python-checkins at python.org
Fri Feb 10 14:49:00 CET 2012


http://hg.python.org/cpython/rev/6ee07935e635
changeset:   74864:6ee07935e635
branch:      3.2
parent:      74862:5c784b0f263d
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Feb 10 08:46:54 2012 -0500
summary:
  this is only a borrowed ref in Brett's branch

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


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

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


More information about the Python-checkins mailing list