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 Segev Finer
Recipients Gerrit.Holl, Segev Finer
Date 2017-07-21.20:18:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500668287.09.0.621757033705.issue29672@psf.upfronthosting.co.za>
In-reply-to
Content
I think you will need to save and restore _filters_version and _onceregistry. Since _filters_version is a static variable in _warnings.c you will probably also have to modify it somehow to make it accessible to warnings.py.
History
Date User Action Args
2017-07-21 20:18:07Segev Finersetrecipients: + Segev Finer, Gerrit.Holl
2017-07-21 20:18:07Segev Finersetmessageid: <1500668287.09.0.621757033705.issue29672@psf.upfronthosting.co.za>
2017-07-21 20:18:07Segev Finerlinkissue29672 messages
2017-07-21 20:18:06Segev Finercreate