We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012c498 commit 27246c3Copy full SHA for 27246c3
1 file changed
Modules/_tkinter.c
@@ -235,7 +235,6 @@ static PyThread_type_lock tcl_lock = 0;
235
236
#ifdef TCL_THREADS
237
static Tcl_ThreadDataKey state_key;
238
-typedef PyThreadState *ThreadSpecificData;
239
#define tcl_tstate \
240
(*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
241
#else
0 commit comments