Skip to content

Commit 27246c3

Browse files
mdehoonMichiel de Hoon
andauthored
Remove stray typedef in _tkinter.c (GH-142924)
Co-authored-by: Michiel de Hoon <mdehoon@tkx288.genome.gsc.riken.jp>
1 parent 012c498 commit 27246c3

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)