On Sat, Sep 8, 2012 at 2:01 PM, Dag Sverre Seljebotn
<d.s.seljeb...@astro.uio.no> wrote:
>
>
> Nathaniel Smith <n...@pobox.com> wrote:
>
>>Hi Cythoneers,
>>
>>Ralf just proposed this pull request for numpy, to unconditionally
>>install
>>a warning filter to silence all "numpy.dtype size changed",
>>"numpy.ufunc
>>size changed" warnings that Cython likes to spit out. See the links
>>below
>>for details. Figured you should have a chance to comment, anyway.
>
> I'm +1 on this, I think it is great.

I think it makes sense for NumPy, where the extension is written by
hand and great care is taken to maintain ABI compatibility, but the
warning is too useful to turn off in general for all of Cython.

- Robert
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to