summaryrefslogtreecommitdiffstats
path: root/Modules/tkinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/tkinter.h')
-rw-r--r--Modules/tkinter.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Modules/tkinter.h b/Modules/tkinter.h
index cb5a806..40281c2 100644
--- a/Modules/tkinter.h
+++ b/Modules/tkinter.h
@@ -16,12 +16,4 @@
(TK_RELEASE_LEVEL << 8) | \
(TK_RELEASE_SERIAL << 0))
-/* Protect Tk 8.4.13 and older from a deadlock that happens when trying
- * to load tk after a failed attempt. */
-#if TK_HEX_VERSION < 0x0804020e
-#define TKINTER_PROTECT_LOADTK
-#define TKINTER_LOADTK_ERRMSG \
- "Calling Tk_Init again after a previous call failed might deadlock"
-#endif
-
#endif /* !TKINTER_H */