Skip to content

Commit 3b53421

Browse files
author
Michiel de Hoon
committed
remove stray typedef in _tkinter.c
1 parent d13ee0a commit 3b53421

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_tkinter.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ static PyThread_type_lock tcl_lock = 0;
235235

236236
#ifdef TCL_THREADS
237237
static Tcl_ThreadDataKey state_key;
238-
typedef PyThreadState *ThreadSpecificData;
239238
#define tcl_tstate \
240239
(*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
241240
#else

0 commit comments

Comments
 (0)