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 ncoghlan, vstinner
Date 2017-12-06.11:37:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512560234.42.0.213398074469.issue32231@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-12-06 11:37:14ncoghlansetrecipients: + ncoghlan, vstinner
2017-12-06 11:37:14ncoghlansetmessageid: <1512560234.42.0.213398074469.issue32231@psf.upfronthosting.co.za>
2017-12-06 11:37:14ncoghlanlinkissue32231 messages
2017-12-06 11:37:14ncoghlancreate