[Python-checkins] cpython (merge 3.6 -> 3.6): Merge heads.

xavier.degaye python-checkins at python.org
Fri Oct 28 05:41:33 EDT 2016


https://hg.python.org/cpython/rev/763e8703cf2b
changeset:   104774:763e8703cf2b
branch:      3.6
parent:      104771:86577b7100a4
parent:      104769:f8eb203415c8
user:        Xavier de Gaye <xdegaye at users.sourceforge.net>
date:        Fri Oct 28 11:40:47 2016 +0200
summary:
  Merge heads.

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


diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c
--- a/Modules/_tkinter.c
+++ b/Modules/_tkinter.c
@@ -1777,7 +1777,7 @@
         PyErr_NormalizeException(&exc, &val, &tb);
         *(ev->exc_type) = exc;
         *(ev->exc_val) = val;
-        Py_DECREF(tb);
+        Py_XDECREF(tb);
     }
 
 }

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


More information about the Python-checkins mailing list