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.

classification
Title: tkinter/__init__.py raises a NameError if NoDefaultRoot()
Type: behavior Stage: resolved
Components: Tkinter Versions: Python 3.10
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Variable.__init__ raises obscure AttributeError
View: 42630
Assigned To: Nosy List: serhiy.storchaka, shippo_
Priority: normal Keywords: patch

Created on 2020-12-17 21:16 by shippo_, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
default_root.diff shippo_, 2020-12-17 21:16 patch
Messages (2)
msg383365 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2020-12-19 08:43
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.
msg383377 - (view) Author: Ivo Shipkaliev (shippo_) * Date: 2020-12-19 12:40
Thank you!
History
Date User Action Args
2022-04-11 14:59:39adminsetgithub: 86838
2020-12-19 12:40:55shippo_setmessages: + msg383377
2020-12-19 08:43:06serhiy.storchakasetstatus: open -> closed
superseder: Variable.__init__ raises obscure AttributeError
messages: + msg383365

resolution: duplicate
stage: resolved
2020-12-19 01:55:00terry.reedysetnosy: + serhiy.storchaka
2020-12-17 21:16:50shippo_create