Message 338648 - Python tracker (original) (raw)
Message338648
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:03 | serhiy.storchaka | set | recipients: + serhiy.storchaka, terry.reedy |
2019-03-23 06:52:03 | serhiy.storchaka | set | messageid: 1553323923.28.0.0865275816923.issue36405@roundup.psfhosted.org |
2019-03-23 06:52:03 | serhiy.storchaka | link | issue36405 messages |
2019-03-23 06:52:03 | serhiy.storchaka | create |