Message325240
| Author | ncoghlan |
|---|---|
| Recipients | ncoghlan, vstinner |
| Date | 2018-09-13.11:51:17 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1536839477.65.0.956365154283.issue34639@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Respecting -E and -I isn't a problem per se - the problem is moving the _Py_CoerceLegacyLocale call to a point that's incredibly late in the startup process *just* to get it to respect those flags. I don't actually mind if you reinstate the extra pass through the command line arguments just to check for -E and -I early enough for it to affect a properly located call to _Py_CoerceLegacyLocale, I just don't think it's necessary to do so. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-09-13 11:51:17 | ncoghlan | set | recipients: + ncoghlan, vstinner |
| 2018-09-13 11:51:17 | ncoghlan | set | messageid: <1536839477.65.0.956365154283.issue34639@psf.upfronthosting.co.za> |
| 2018-09-13 11:51:17 | ncoghlan | link | issue34639 messages |
| 2018-09-13 11:51:17 | ncoghlan | create | |