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

One potential complication here is that embedding applications would inherit 
the requirement to do both:

    Py_BytesWarningFlag = 2;

and

    PySys_AddWarnOption(L"error::BytesWarning");

to request errors. That's probably OK though, since we're getting into pretty 
esoteric configuration behaviour at that point.

----------

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

Reply via email to