On Tue, Feb 17, 2009 at 11:37 PM, David Cournapeau <
da...@ar.media.kyoto-u.ac.jp> wrote:
> Charles R Harris wrote:
> >
> > Oh, and this should be avoided:
> >
> > if (endptr != NULL) *endptr = (char*)p;
> >
> > Folks have different views about whether the single statement should
> > be in
Charles R Harris wrote:
>
> Oh, and this should be avoided:
>
> if (endptr != NULL) *endptr = (char*)p;
>
> Folks have different views about whether the single statement should
> be in brackets but no one recommends putting it on the same line as
> the if. It's too easy to overlook and habi
On Tue, Feb 17, 2009 at 11:14 PM, Charles R Harris <
charlesr.har...@gmail.com> wrote:
>
>
> On Tue, Feb 17, 2009 at 10:22 PM, David Cournapeau <
> da...@ar.media.kyoto-u.ac.jp> wrote:
>
>> Charles R Harris wrote:
>> >
>> >
>> > On Tue, Feb 17, 2009 at 8:56 PM, David Cournapeau
>> > mailto:da...@a
On Tue, Feb 17, 2009 at 10:22 PM, David Cournapeau <
da...@ar.media.kyoto-u.ac.jp> wrote:
> Charles R Harris wrote:
> >
> >
> > On Tue, Feb 17, 2009 at 8:56 PM, David Cournapeau
> > mailto:da...@ar.media.kyoto-u.ac.jp>>
> > wrote:
> >
> > Charles R Harris wrote:
> > > I see a lot of warnin
Charles R Harris wrote:
>
>
> On Tue, Feb 17, 2009 at 8:56 PM, David Cournapeau
> mailto:da...@ar.media.kyoto-u.ac.jp>>
> wrote:
>
> Charles R Harris wrote:
> > I see a lot of warnings like:
> >
> > In file included from numpy/core/src/multiarraymodule.c:87:
> > numpy/core/src/u
On Tue, Feb 17, 2009 at 8:56 PM, David Cournapeau <
da...@ar.media.kyoto-u.ac.jp> wrote:
> Charles R Harris wrote:
> > I see a lot of warnings like:
> >
> > In file included from numpy/core/src/multiarraymodule.c:87:
> > numpy/core/src/umath_funcs_c99.inc.src:199:1: warning: "isnan" redefined
> >
David Cournapeau wrote:
> Charles R Harris wrote:
>
>> I see a lot of warnings like:
>>
>> In file included from numpy/core/src/multiarraymodule.c:87:
>> numpy/core/src/umath_funcs_c99.inc.src:199:1: warning: "isnan" redefined
>> In file included from /usr/include/python2.5/pyport.h:204,
>>
Charles R Harris wrote:
> I see a lot of warnings like:
>
> In file included from numpy/core/src/multiarraymodule.c:87:
> numpy/core/src/umath_funcs_c99.inc.src:199:1: warning: "isnan" redefined
> In file included from /usr/include/python2.5/pyport.h:204,
> from /usr/include/python
I see a lot of warnings like:
In file included from numpy/core/src/multiarraymodule.c:87:
numpy/core/src/umath_funcs_c99.inc.src:199:1: warning: "isnan" redefined
In file included from /usr/include/python2.5/pyport.h:204,
from /usr/include/python2.5/Python.h:57,
f