https://hg.python.org/cpython/rev/57aac8abb437 changeset: 104773:57aac8abb437 parent: 104772:28205c4cf20b parent: 104770:16ea07d420b8 user: Xavier de Gaye <xdegaye at users.sourceforge.net> date: Fri Oct 28 11:37:17 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