Message307728
| 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:14 | ncoghlan | set | recipients: + ncoghlan, vstinner |
| 2017-12-06 11:37:14 | ncoghlan | set | messageid: <1512560234.42.0.213398074469.issue32231@psf.upfronthosting.co.za> |
| 2017-12-06 11:37:14 | ncoghlan | link | issue32231 messages |
| 2017-12-06 11:37:14 | ncoghlan | create | |