On 5 August 2011 08:53, Robert Bradshaw <rober...@math.washington.edu> wrote:
> On Wed, Aug 3, 2011 at 2:09 PM, mark florisson
> <markflorisso...@gmail.com> wrote:
>> On 3 August 2011 19:36, Robert Bradshaw <rober...@math.washington.edu> wrote:
>>> On Wed, Aug 3, 2011 at 9:20 AM, Stefan Behnel <stefan...@behnel.de> wrote:
>>>> mark florisson, 03.08.2011 16:28:
>>>>>
>>>>> Is there any specific reason objects cannot coerce to structs (from
>>>>> e.g. dicts?). It would be convenient for memoryviews, then you could
>>>>> assign dicts (or any mapping) to items in the memoryview from Python
>>>>> space. You could also have structs as argument to def functions etc.
>>>>> Any objection to this addition? The implementation is pretty
>>>>> straightforward.
>>>>
>>>> Robert implemented these things a while ago. I think I recall that there
>>>> were unsupported use cases, but I'm not sure what exactly is missing here.
>>>
>>> It just simply wasn't implemented yet.
>>>
>>> - Robert
>>> _______________________________________________
>>> cython-devel mailing list
>>> cython-devel@python.org
>>> http://mail.python.org/mailman/listinfo/cython-devel
>>>
>>
>> Ok, thanks guys, it's implemented in _memview:
>> https://github.com/markflorisson88/cython/commit/6a2560b5b151a788ed11671663c833b6de6daccd#L4R1
>>
>> BTW, my hudson sdist keeps failing with
>>
>> writing manifest file 'MANIFEST'
>> making hard links in Cython-0.14.1+...
>> hard linking COPYING.txt -> Cython-0.14.1+
>> error: File exists
>
> I'm not sure. I removed that directory entirely and scheduled another
> build; we'll see if that helps.

Thanks! That did the trick.

>> any idea what that is all about? Are these hudson scripts available for 
>> perusal?
>
> Yes, but you need to have an account. We'd be happy to set you up with
> one (though I thought you already had access).
>
> - Robert
> _______________________________________________
> cython-devel mailing list
> cython-devel@python.org
> http://mail.python.org/mailman/listinfo/cython-devel
>

Yeah I have an account. I suppose I should read some documentation to
find out where to find the scripts :)
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to