Message 341237 - Python tracker

Message341237

Author rhettinger
Recipients rhettinger, serhiy.storchaka
Date 2019-05-02.00:33:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556757217.51.0.0560227439058.issue36762@roundup.psfhosted.org>
In-reply-to
Content
> What if existing globals are overwritten intentionally?

That's why it would be a warning instead of an error.  Also, with warnings we can suppress specific instances (by module or by message).
History
Date User Action Args
2019-05-02 00:33:37rhettingersetrecipients: + rhettinger, serhiy.storchaka
2019-05-02 00:33:37rhettingersetmessageid: <1556757217.51.0.0560227439058.issue36762@roundup.psfhosted.org>
2019-05-02 00:33:37rhettingerlinkissue36762 messages
2019-05-02 00:33:37rhettingercreate