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 serhiy.storchaka, terry.reedy
Date 2019-03-23.06:52:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553323923.28.0.0865275816923.issue36405@roundup.psfhosted.org>
In-reply-to
Content
It is not unnecessary. globals() is not the same as __main__.__dict__.

It may be possible to use a ChainMap instead of merging dicts, but I do not think it matters.
History
Date User Action Args
2019-03-23 06:52:03serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2019-03-23 06:52:03serhiy.storchakasetmessageid: <1553323923.28.0.0865275816923.issue36405@roundup.psfhosted.org>
2019-03-23 06:52:03serhiy.storchakalinkissue36405 messages
2019-03-23 06:52:03serhiy.storchakacreate