Lisandro Dalcin wrote:
> On 12 March 2010 16:14, Stefan Behnel <[email protected]> wrote:
>   
>> 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
>>
>>     
>
> Try to add a __init__.pxd (alongside the __init__.pyx ones) in each
> directory... This is likely the long standing issue I commented a
> couple of times ago.
>   
That's not it, it was already there. It's the streamlined beauty of 
distutils hitting again.

http://hg.cython.org/cython-devel/rev/9c5bc24ef233

If someone wants to make it more pretty feel free; having to hard-code 
in the packages is kind of ugly I suppose. Also there might be more 
cases like this but this at least should have got the "bdist" one.

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

Reply via email to