[Python-checkins] cpython: Remove redundant finalization of the result.

stefan.krah python-checkins at python.org
Wed Apr 18 19:02:21 CEST 2012


http://hg.python.org/cpython/rev/90e986c72b5f
changeset:   76401:90e986c72b5f
user:        Stefan Krah <skrah at bytereef.org>
date:        Wed Apr 18 18:25:37 2012 +0200
summary:
  Remove redundant finalization of the result.

files:
  Modules/_decimal/libmpdec/mpdecimal.c |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Modules/_decimal/libmpdec/mpdecimal.c b/Modules/_decimal/libmpdec/mpdecimal.c
--- a/Modules/_decimal/libmpdec/mpdecimal.c
+++ b/Modules/_decimal/libmpdec/mpdecimal.c
@@ -3054,8 +3054,6 @@
     else {
         mpd_qplus(result, a, ctx, status);
     }
-
-    mpd_qfinalize(result, ctx, status);
 }
 
 static inline void

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


More information about the Python-checkins mailing list