Message58703
Adam Olsen wrote:
> You have:
> #define Py_NAN Py_HUGE_VAL * 0
> I think this would be safer as:
> #define Py_NAN (Py_HUGE_VAL * 0)
>
> For instance, in code that may do "a / Py_NAN".
You are right! Fixed
> Those manual string copies (*cp++ = 'n';) are ugly. Can't you use
> strcpy() instead?
Done
Christian |
|
| Date |
User |
Action |
Args |
| 2007-12-17 19:53:44 | christian.heimes | set | spambayes_score: 0.187756 -> 0.187756 recipients:
+ christian.heimes, Rhamphoryncus |
| 2007-12-17 19:53:44 | christian.heimes | link | issue1635 messages |
| 2007-12-17 19:53:43 | christian.heimes | create | |
|