This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka, terry.reedy
Date 2017-03-03.20:52:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488574340.47.0.328303525828.issue29402@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a sample patch that makes implicit variables for checkbuttons unique. This is one of ways to solve this issue.

But I'm not sure that this issue needs to be solved at all. In real applications Checkbutton() is called with the variable argument, otherwise it would be not very useful. Only sample code can call Checkbutton() without the variable argument.
History
Date User Action Args
2017-03-03 20:52:20serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2017-03-03 20:52:20serhiy.storchakasetmessageid: <1488574340.47.0.328303525828.issue29402@psf.upfronthosting.co.za>
2017-03-03 20:52:20serhiy.storchakalinkissue29402 messages
2017-03-03 20:52:20serhiy.storchakacreate