Message 200968 - Python tracker
Message200968
| Author | skrah |
|---|---|
| Recipients | BreamoreBoy, eric.smith, loewis, mark.dickinson, mcepl, skrah, vstinner |
| Date | 2013-10-22.15:28:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <20131022152844.GA25269@sleipnir.bytereef.org> |
| In-reply-to | <20131022142850.GA24657@sleipnir.bytereef.org> |
| Content | |
|---|---|
Victor, thanks for the comments. I also think we should set LC_CTYPE closer to the actual call to mbstowcs(), otherwise there are many API calls in between. So it should happen somewhere in PyUnicode_DecodeLocaleAndSize(). Perhaps we can create _PyUnicode_DecodeLocaleAndSize() which would take an LC_CTYPE parameter? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-10-22 15:28:43 | skrah | set | recipients: + skrah, loewis, mark.dickinson, vstinner, eric.smith, mcepl, BreamoreBoy |
| 2013-10-22 15:28:43 | skrah | link | issue7442 messages |
| 2013-10-22 15:28:43 | skrah | create | |