Ivan Vilata i Balaguer wrote:
> Hi all,
>
> I'm attaching some patches that enable the current version of numexpr
> (r2142) to:
>
> 1. Handle int64 integers in addition to int32 (constants, variables and
>arrays). Python int objects are considered int32 if they fit in 32
>bits. Python lon
Hi all,
I'm attaching some patches that enable the current version of numexpr
(r2142) to:
1. Handle int64 integers in addition to int32 (constants, variables and
arrays). Python int objects are considered int32 if they fit in 32
bits. Python long objects and int objects that don't fit in