Terry J. Reedy <tjre...@udel.edu> added the comment:

Can we backport?  The change to _tkinter, not directly exposed in tkinter, 
could be considered an enhancement, but is necessary to fix what I consider a 
real bug in tkinter, and hence in IDLE.

Pablo, would you allow the _tkinter change in .0b2?

If we cannot backport the _tkinter change, can the tcl function be accessed 
through root.tk.call('????')?  I am guessing that 'exit' exits the process from 
tcl, which is probably not what we want.
https://www.tcl.tk/man/tcl8.6/TclLib/Exit.htm
suggests that when tcl is loaded as an extention, Tcl_Finalize should be called 
instead of Tcl_Exit to *not* exit the process.

----------
nosy: +pablogsal

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40452>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to