Files
cpython/Lib/tkinter
Miss Islington (bot) 752e23ec90 [3.15] gh-75666: Fix a reference leak in tkinter event bindings (GH-151808) (GH-151958)
The Tcl commands created for event callbacks are now deleted when a
binding is replaced or unbound, instead of being leaked.
(cherry picked from commit 3f09a175ad)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2026-06-23 04:26:53 +00:00
..