mirror of
https://github.com/python/cpython.git
synced 2025-10-07 15:42:02 +00:00
Initialize the tk_init_failed static variable to 0.
This commit is contained in:
parent
b1386df9a3
commit
2145595f74
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ static PyObject *valInCmd;
|
||||||
static PyObject *trbInCmd;
|
static PyObject *trbInCmd;
|
||||||
|
|
||||||
#ifdef TKINTER_PROTECT_LOADTK
|
#ifdef TKINTER_PROTECT_LOADTK
|
||||||
static int tk_load_failed;
|
static int tk_load_failed = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue