[Python-checkins] cpython (merge 3.2 -> default): merge 3.2

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


http://hg.python.org/cpython/rev/567767a6df02
changeset:   74809:567767a6df02
parent:      74805:edfb5e8afa89
parent:      74807:2a6813546e41
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Feb 06 11:30:05 2012 -0500
summary:
  merge 3.2

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
@@ -2475,7 +2475,6 @@
         }
     }
 
-    Py_DECREF(bltinmod);
 }
 
 void

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


More information about the Python-checkins mailing list