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 shippo_
Recipients shippo_
Date 2020-12-14.02:07:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607911663.38.0.667109304822.issue42630@roundup.psfhosted.org>
In-reply-to
Content
Sorry, we need "global" too:

333 >         if not master:
334 >             global _default_root
335 >             if not _default_root:
336 >                 _default_root = Tk()
337 >             master = _default_root
338 >         self._root = master._root()
History
Date User Action Args
2020-12-14 02:07:43shippo_setrecipients: + shippo_
2020-12-14 02:07:43shippo_setmessageid: <1607911663.38.0.667109304822.issue42630@roundup.psfhosted.org>
2020-12-14 02:07:43shippo_linkissue42630 messages
2020-12-14 02:07:43shippo_create