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-18.07:44:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479455048.88.0.840811561798.issue28688@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, let me propose a plan for 3.5, 3.6 and 3.7:

* Remove warnings.filters test on Python 3.5 from regrtest
* Implement comparison for SRE_Pattern in Python 3.6 and 3.7: issue #28727

I consider that the issue #28727 is a minor enhancement and so is still good for Python 3.6.

So we avoid the ugly *warnings_key.patch*.

Reminder: this issue only occurs in the Python test suite which explicitly reloads modules. It should not occur in the wild.
History
Date User Action Args
2016-11-18 07:44:08vstinnersetrecipients: + vstinner, martin.panter, serhiy.storchaka, xiang.zhang
2016-11-18 07:44:08vstinnersetmessageid: <1479455048.88.0.840811561798.issue28688@psf.upfronthosting.co.za>
2016-11-18 07:44:08vstinnerlinkissue28688 messages
2016-11-18 07:44:08vstinnercreate