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 Arfrever, barry, brett.cannon, brian.curtin, eric.araujo, ezio.melotti, jdufresne, jwilk, larry, ncoghlan, pitrou, pjenvey, serhiy.storchaka, vstinner
Date 2017-12-07.07:37:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512632259.7.0.213398074469.issue20361@psf.upfronthosting.co.za>
In-reply-to
Content
The approach I've taken in my PR is similar to the one that Arfrever proposed (albeit different in the details due to other changes in the startup code since that patch was written).

For the embedding case, I've simply noted in the What's New section of the porting guide that embedding applications need to configure a `error::BytesWarning` filter explicitly if they want to treat BytesWarning as errors (in addition to setting the flag to request that the warnings be emitted in the first place).
History
Date User Action Args
2017-12-07 07:37:40ncoghlansetrecipients: + ncoghlan, barry, brett.cannon, pitrou, vstinner, larry, pjenvey, jwilk, ezio.melotti, eric.araujo, Arfrever, brian.curtin, serhiy.storchaka, jdufresne
2017-12-07 07:37:39ncoghlansetmessageid: <1512632259.7.0.213398074469.issue20361@psf.upfronthosting.co.za>
2017-12-07 07:37:39ncoghlanlinkissue20361 messages
2017-12-07 07:37:39ncoghlancreate