Message 200983 - Python tracker
Message200983
| Author | skrah |
|---|---|
| Recipients | BreamoreBoy, eric.smith, loewis, mark.dickinson, mcepl, skrah, vstinner |
| Date | 2013-10-22.19:34:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1382470446.56.0.546804440944.issue7442@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here's a quick-and-dirty version of mbstowcs_l(). The difference in the benchmark to the plain mbstowcs() is 0.82s vs 0.55s. In the context of a Python function this is unlikely to be measurable. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-10-22 19:34:06 | skrah | set | recipients: + skrah, loewis, mark.dickinson, vstinner, eric.smith, mcepl, BreamoreBoy |
| 2013-10-22 19:34:06 | skrah | set | messageid: <1382470446.56.0.546804440944.issue7442@psf.upfronthosting.co.za> |
| 2013-10-22 19:34:06 | skrah | link | issue7442 messages |
| 2013-10-22 19:34:06 | skrah | create | |