On Feb 19, 2009, at 8:17 PM, Michael Abshoff wrote:
> Robert Bradshaw wrote:
>> On Feb 19, 2009, at 4:59 PM, Dag Sverre Seljebotn wrote:
>
> <SNIP>
>
> Dad, Robert,
>
>>> That should leave running the refnanny on lxml and Sage before
>>> one can
>>> do a release(?). Has there been any attempts on that? I may also be
>>> able
>>> to spend some time (not too much) on refnannying Sage if Robert
>>> hasn't
>>> started on that (if so, I'd be grateful to know how I can add
>>> CYTHON_REFNANNY to CFLAGS in the Sage build easily)
>>
>> I haven't done that yet. I'll give it a go and let you know if
>> anything comes up (I can do the Sage side of things easily...).
>
> I got busy with other things, so refresh my mind: All I need to do
> is to
> add
>
> -DCYTHON_REFNANNY
>
> to CFLAGS and after rebuilding the library run the test suite?
Yes, I think that would do the trick. You can also use Extension(...,
define_macros=[('CYTHON_REFNANNY', None)]) in setup.py, but that'd
probably be less simple.
- Robert
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev