This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Spacekiwigames, epaine, eryksun, pablogsal, serhiy.storchaka, taleinat, terry.reedy
Date 2021-05-16.19:53:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621194838.78.0.176130886054.issue40452@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-05-16 19:53:58terry.reedysetrecipients: + terry.reedy, taleinat, serhiy.storchaka, eryksun, pablogsal, epaine, Spacekiwigames
2021-05-16 19:53:58terry.reedysetmessageid: <1621194838.78.0.176130886054.issue40452@roundup.psfhosted.org>
2021-05-16 19:53:58terry.reedylinkissue40452 messages
2021-05-16 19:53:58terry.reedycreate