Message323935
| Author | vstinner |
|---|---|
| Recipients | koobs, lukasz.langa, matrixise, ncoghlan, pablogsal, vstinner, xtreak |
| Date | 2018-08-23.10:18:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1535019532.42.0.56676864532.issue34207@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I wrote PR 8867 but it doesn't fix all cases, so I abandonned it. Then I wrote PR 8868 which sets Py_UTF8Mode in pymain_read_conf() and should fix the issue. The root issue is that we have C functions which depend on the global configuration variables like Py_UTF8Mode :-( |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-08-23 10:18:52 | vstinner | set | recipients: + vstinner, ncoghlan, lukasz.langa, koobs, matrixise, pablogsal, xtreak |
| 2018-08-23 10:18:52 | vstinner | set | messageid: <1535019532.42.0.56676864532.issue34207@psf.upfronthosting.co.za> |
| 2018-08-23 10:18:52 | vstinner | link | issue34207 messages |
| 2018-08-23 10:18:52 | vstinner | create | |