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 Gerrit.Holl
Recipients Gerrit.Holl
Date 2017-02-28.12:29:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488284949.61.0.180571139106.issue29672@psf.upfronthosting.co.za>
In-reply-to
Content
To resolve this, the `catch_warnings` context manager upon exiting should not only reset `filters`, but also `_filters_version`, and perhaps an associated dictionary?  Not sure if I'm understanding the code in `warnings.c` correctly, and whether, for this change, it would suffice to change `warnings.py` or whether `warnings.c` would need to be updated as well.
History
Date User Action Args
2017-02-28 12:29:09Gerrit.Hollsetrecipients: + Gerrit.Holl
2017-02-28 12:29:09Gerrit.Hollsetmessageid: <1488284949.61.0.180571139106.issue29672@psf.upfronthosting.co.za>
2017-02-28 12:29:09Gerrit.Holllinkissue29672 messages
2017-02-28 12:29:09Gerrit.Hollcreate