]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-89360: Fix ValueError in IDLE MultiCall event_delete (GH-152738) (#152804)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Jul 2026 16:47:46 +0000 (18:47 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 16:47:46 +0000 (16:47 +0000)
commit4dde67c10a568861ebac42ebe143cf3879d8f329
tree2ab017d974d6e874a8cabcf146eae1f5fb8c5e87
parentf37774d080c73527a6189c2c8e37e3a44d0b65e1
[3.13] gh-89360: Fix ValueError in IDLE MultiCall event_delete (GH-152738) (#152804)

gh-89360: Fix ValueError in IDLE MultiCall event_delete (GH-152738)

Deleting a key binding for a sequence not bound to the virtual event no
longer raises a ValueError; the discrepancy is now ignored.
(cherry picked from commit ea7619faeacf310ba1b2ef41ad07966ce2aae11f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/idlelib/idle_test/test_multicall.py
Lib/idlelib/multicall.py
Misc/NEWS.d/next/IDLE/2026-07-01-14-00-00.gh-issue-89360.mUlTiC.rst [new file with mode: 0644]