mirror of
https://github.com/python/cpython.git
synced 2026-05-13 16:08:19 -04:00
04aa15f5e7
Previously, checkbuttons in different parent widgets could have the same
short name and share the same state if arguments "name" and "variable" are
not specified. Now they are globally unique.
(cherry picked from commit adbed2d542)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>