summaryrefslogtreecommitdiffstats
path: root/Python/tracemalloc.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-12-06 14:42:15 (GMT)
committerGitHub <noreply@github.com>2023-12-06 14:42:15 (GMT)
commitcc7e45cc572dd818412a649970fdee579417701f (patch)
treee307b22d849cad24d54eb6858e7335c25cacc798 /Python/tracemalloc.c
parent828451dfde324f9499ffebc023a22b84dc5a125b (diff)
downloadcpython-cc7e45cc572dd818412a649970fdee579417701f.zip
cpython-cc7e45cc572dd818412a649970fdee579417701f.tar.gz
cpython-cc7e45cc572dd818412a649970fdee579417701f.tar.bz2
gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-111322)
Previously, "widget.unbind(sequence, funcid)" destroyed the current binding for "sequence", leaving "sequence" unbound, and deleted the "funcid" command. Now it removes only "funcid" from the binding for "sequence", keeping other commands, and deletes the "funcid" command. It leaves "sequence" unbound only if "funcid" was the last bound command. Co-authored-by: GiovanniL <13402461+GiovaLomba@users.noreply.github.com>
Diffstat (limited to 'Python/tracemalloc.c')
0 files changed, 0 insertions, 0 deletions