Message68082
On 2008-06-12 21:50, Antoine Pitrou wrote:
> New submission from Antoine Pitrou <pitrou@free.fr>:
>
> In py3k, pybench wrongly detects UCS2 builds as UCS4. Patch attached.
Why is that ?
Doesn't chr(100000) raise an exception in UCS2 builds ?
unichr(100000) does raise an exception in Py2.x.
Note that sys.maxunicode is not available in Python 2.1
which is why I chose try-except approach. |
|
| Date |
User |
Action |
Args |
| 2008-06-12 20:26:51 | lemburg | set | spambayes_score: 0.00478576 -> 0.00478576 recipients:
+ lemburg, pitrou |
| 2008-06-12 20:26:50 | lemburg | link | issue3092 messages |
| 2008-06-12 20:26:50 | lemburg | create | |
|