[New-bugs-announce] [issue24137] Force not using _default_root in IDLE

Serhiy Storchaka report at bugs.python.org
Wed May 6 17:26:17 CEST 2015


New submission from Serhiy Storchaka:

Perhaps explicitly calling NoDefaultRoot() in IDLE will help to catch some possible bugs (in IDLE or in Tkinter). It should be called only when IDLE is ran in subprocess mode, so it will not affect user code that uses Tkinter. _default_root is used mainly for interactive experiments with Tkinter.

It is worth also to call NoDefaultRoot() in IDLE tests (see Tkinter tests as a guide).

----------
components: IDLE, Tkinter
messages: 242680
nosy: kbk, roger.serwy, serhiy.storchaka, terry.reedy
priority: normal
severity: normal
status: open
title: Force not using _default_root in IDLE
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24137>
_______________________________________


More information about the New-bugs-announce mailing list