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 martin.panter, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-17.16:27:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479400035.48.0.223091613245.issue28688@psf.upfronthosting.co.za>
In-reply-to
Content
FYI Python 2.7 is not impacted by this bug because it seems like reimporting warnings.py twice gets a new fresh list from _warnings.filters. I don't undertand how/why.
History
Date User Action Args
2016-11-17 16:27:15vstinnersetrecipients: + vstinner, martin.panter, serhiy.storchaka, xiang.zhang
2016-11-17 16:27:15vstinnersetmessageid: <1479400035.48.0.223091613245.issue28688@psf.upfronthosting.co.za>
2016-11-17 16:27:15vstinnerlinkissue28688 messages
2016-11-17 16:27:15vstinnercreate