commit | 2145595f74e6ffec9f79c24ccdf907569844e6e1 | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Sun Apr 05 01:30:02 2009 +0000 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Sun Apr 05 01:30:02 2009 +0000 |
tree | 798a4c9306b663258f636eb5f8562327a6a038cd | |
parent | b1386df9a341f89793270089406122237998edcb [diff] [blame] |
Initialize the tk_init_failed static variable to 0.
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 4d81058..e5d4624 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c
@@ -281,7 +281,7 @@ static PyObject *trbInCmd; #ifdef TKINTER_PROTECT_LOADTK -static int tk_load_failed; +static int tk_load_failed = 0; #endif