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 ncoghlan, vstinner
Date 2017-12-06.09:31:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbU28x2=M28on-8tWcmmhVg9B_HiX+0srwWaHh3+PMFQw@mail.gmail.com>
In-reply-to <1512549660.05.0.213398074469.issue32230@psf.upfronthosting.co.za>
Content
I did it on purpose. -Wdefault adds the filter at the start, whereas -Xdev
adds the filter at the end to respect BytesWarning. See tests in
test_cmd_line and bpo-32089.
History
Date User Action Args
2017-12-06 09:31:37vstinnersetrecipients: + vstinner, ncoghlan
2017-12-06 09:31:37vstinnerlinkissue32230 messages
2017-12-06 09:31:37vstinnercreate