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 terry.reedy
Recipients serhiy.storchaka, terry.reedy
Date 2019-03-23.07:55:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553327746.9.0.738176633827.issue36405@roundup.psfhosted.org>
In-reply-to
Content
I hit merge before seeing your post here.  I based the globals change on

>>> import __main__
>>> __main__.__dict__ is globals()
True
History
Date User Action Args
2019-03-23 07:55:46terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2019-03-23 07:55:46terry.reedysetmessageid: <1553327746.9.0.738176633827.issue36405@roundup.psfhosted.org>
2019-03-23 07:55:46terry.reedylinkissue36405 messages
2019-03-23 07:55:46terry.reedycreate