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 ncoghlan
Recipients ncoghlan, vstinner
Date 2017-12-06.12:01:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512561684.22.0.213398074469.issue32230@psf.upfronthosting.co.za>
In-reply-to
Content
If we wanted to go that way, then I'd go back to my original code order for - putting the '-X dev' setting first in sys.warnoptions, so both PYTHONWARNINGS and -W options override it.

Then https://bugs.python.org/issue32231 would determine the relative precedence of the BytesWarning filter. (I still think the interaction between "-Wd" and "-bb" is weird, but we can argue about that on the other issue).
History
Date User Action Args
2017-12-06 12:01:24ncoghlansetrecipients: + ncoghlan, vstinner
2017-12-06 12:01:24ncoghlansetmessageid: <1512561684.22.0.213398074469.issue32230@psf.upfronthosting.co.za>
2017-12-06 12:01:24ncoghlanlinkissue32230 messages
2017-12-06 12:01:24ncoghlancreate