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 Decorater
Recipients Decorater, jbfzs, r.david.murray, rhettinger, serhiy.storchaka, vstinner, Александр Карпинский
Date 2017-11-22.00:23:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511310190.49.0.213398074469.issue27535@psf.upfronthosting.co.za>
In-reply-to
Content
If it was me I would store the warning registry in an error log or something in the current directory that ran python itself. (maybe something like ``[main script name].log``? This way it generates the warnings like usual and does not eat up memory. And then the log could to turned off when they dont want any warnings (when ignored).
History
Date User Action Args
2017-11-22 00:23:10Decoratersetrecipients: + Decorater, rhettinger, vstinner, r.david.murray, serhiy.storchaka, Александр Карпинский, jbfzs
2017-11-22 00:23:10Decoratersetmessageid: <1511310190.49.0.213398074469.issue27535@psf.upfronthosting.co.za>
2017-11-22 00:23:10Decoraterlinkissue27535 messages
2017-11-22 00:23:10Decoratercreate