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 vstinner
Recipients hawkowl, vstinner
Date 2018-05-14.21:09:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526332165.77.0.682650639539.issue33509@psf.upfronthosting.co.za>
In-reply-to
Content
It may be related to:

commit d4f8480dfe89447587550a85b61d4e9faf827e98
Author: Serhiy Storchaka <storchaka@gmail.com>
Date:   Sat Nov 11 15:19:47 2017 +0200

    bpo-31572: Don't silence unexpected errors in the _warnings module. (#3731)
    
    Get rid of _PyObject_HasAttrId() and PyDict_GetItemString().
    Silence only expected AttributeError, KeyError and ImportError when
    get an attribute, look up in a dict or import a module.
History
Date User Action Args
2018-05-14 21:09:25vstinnersetrecipients: + vstinner, hawkowl
2018-05-14 21:09:25vstinnersetmessageid: <1526332165.77.0.682650639539.issue33509@psf.upfronthosting.co.za>
2018-05-14 21:09:25vstinnerlinkissue33509 messages
2018-05-14 21:09:25vstinnercreate