Nick Coghlan <ncogh...@gmail.com> added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue20361>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to