[issue42672] tkinter/__init__.py raises a NameError if NoDefaultRoot()

Serhiy Storchaka report at bugs.python.org
Sat Dec 19 03:43:06 EST 2020


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

The patch is not correct. Its first part negates the correct behavior, its second part does not affect behavior at all, and all this does not have any effect on NameError.

This issue looks like a duplication of 42630.

----------
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Variable.__init__ raises obscure AttributeError

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42672>
_______________________________________


More information about the Python-bugs-list mailing list