Robin Becker wrote: > if -1 <= r <= tolerance: > > becomes > > /* "C:\code\users\robin\_tex_wrap_rgb.pyx":339 */ > __pyx_1 = (-1) <= ((long)__pyx_v_r); That's rather unfortunate. I'm not sure exactly why this is happening or how hard it will be to fix it. I will investigate. -- Greg