--- a/Misc/NEWS Wed Jun 06 15:57:18 2012 +0200 +++ b/Misc/NEWS Wed Jun 06 12:50:57 2012 -0500 @@ -548,6 +548,10 @@ - Issue #14493: Use gvfs-open or xdg-open in webbrowser. +- Issue #14390: Avoid tkinter deadlock when Python callbacks are registered + with Tcl via its C API, and those callbacks call Python functions that in + turn call tkinter methods. + Build -----