New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

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.

----------
components: Library (Lib)
messages: 391849
nosy: gregorlingl, serhiy.storchaka, willingc
priority: normal
severity: normal
status: open
title: Turtle uses the default root window
type: behavior
versions: Python 3.10, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43937>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to