Dag Sverre Seljebotn, 12.03.2010 19:28:
> Stefan Behnel wrote:
>> Dag Sverre Seljebotn, 12.03.2010 13:00:
>>> Done. The web commit visualization gives a full diff and duplicates the
>>> files contents, although I am sure I used "hg mv". Perhaps just a
>>> weakness of "hg serve".
>>
>> Looks like you just killed the refnanny.
>
> I can't reproduce this (or I need a better description of what goes
> wrong for you). Note that there's a seperate commit adding
> backwards-compatability pxds which the refnanny can use.
>
> (Of course, the refnanny should be changed for aesthetics regardless.)

Hmm, it looks like there is a problem with packaging up the new 
Cython/Includes subdirectories. When building a bdist, I get tons of errors 
like this:


Error converting Pyrex file to C:
------------------------------------------------------------
...
from cpython.ref cimport PyObject, Py_INCREF, Py_DECREF, Py_XDECREF
^
------------------------------------------------------------

.../Cython/Runtime/refnanny.pyx:1:0: 'cpython.ref.pxd' not found


I can always reproduce this with Py3.2 and not always with other python 
versions. I don't have the time to look into this right now, but unless 
someone else can take a look, I should get around to do so this weekend.

Stefan
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to