Re: [Cython] Use of long type for intermediate integral variables

2015-07-02 Thread Robert McGibbon
Right, okay. I think I understand. -Robert On Thu, Jul 2, 2015 at 12:58 AM, Stefan Behnel wrote: > Robert McGibbon schrieb am 02.07.2015 um 09:49: > >> "libc.stdint.int64_t" is hand-wavingly declared as "long" > > > > There are some deeper

Re: [Cython] Use of long type for intermediate integral variables

2015-07-02 Thread Robert McGibbon
> "libc.stdint.int64_t" is hand-wavingly declared as "long" There are some deeper issues in the rest of your message, but as a preliminary matter, isn't this a clear error for linux-32 and windows? -Robert On Wed, Jul 1, 2015 at 11:30 PM, Stefan Behnel wrote:

[Cython] Use of long type for intermediate integral variables

2015-07-01 Thread Robert McGibbon
Hi, (First time poster. Apologies in advance if I'm not following the appropriate protocol, or if this has been posted already) I noticed an issue on Windows when debugging an issue in scipy , but I think it might be a little more general. In some plac