commit | adbed2d542a815b8175db965742211856b19b52f | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Sep 27 14:05:05 2022 +0300 |
committer | GitHub <noreply@github.com> | Tue Sep 27 14:05:05 2022 +0300 |
tree | 02836d64eb0d9bf35c5519a8a69f11fb0e408dbf | |
parent | 68c46ae68b6e0c36a12e37285fff9ce0782ed01e [diff] |
gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547) 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.