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 gregorlingl, serhiy.storchaka, willingc
Date 2021-04-25.10:31:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619346699.57.0.755542402356.issue43937@roundup.psfhosted.org>
In-reply-to
Content
Some of methods in the turtle module implicitly use the default root window: call global mainloop() and create PhotoImage without specifying the master window. It can cause a problem if multiple root windows are used.
History
Date User Action Args
2021-04-25 10:31:39serhiy.storchakasetrecipients: + serhiy.storchaka, gregorlingl, willingc
2021-04-25 10:31:39serhiy.storchakasetmessageid: <1619346699.57.0.755542402356.issue43937@roundup.psfhosted.org>
2021-04-25 10:31:38serhiy.storchakalinkissue43937 messages
2021-04-25 10:31:38serhiy.storchakacreate