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 xmorel
Recipients serhiy.storchaka, xmorel
Date 2021-08-07.15:24:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628349876.0.0.836541592091.issue43526@roundup.psfhosted.org>
In-reply-to
Content
And though I did not check, I expect the `-b` flag exists mostly because of the performance impact of the warning any time bytes are checked for equality, but surely that impact would be limited and probably not very relevant for the stringification of bytes and that could (eventually) be moved out of the `-b` flag and to the regular warnings system?

I recall Inada-san tends to be quite involved in BytesWarning, is adding people to the nosy list something that's done or is it in bad taste?
History
Date User Action Args
2021-08-07 15:24:36xmorelsetrecipients: + xmorel, serhiy.storchaka
2021-08-07 15:24:36xmorelsetmessageid: <1628349876.0.0.836541592091.issue43526@roundup.psfhosted.org>
2021-08-07 15:24:35xmorellinkissue43526 messages
2021-08-07 15:24:35xmorelcreate