Re: [Cython] [Python-Dev] C-level duck typing

2012-05-16 Thread Stefan Behnel
mark florisson, 16.05.2012 21:49: > On 16 May 2012 20:15, Stefan Behnel wrote: >> "Martin v. Löwis", 16.05.2012 20:33: Does this use case make sense to everyone? The reason why we are discussing this on python-dev is that we are looking for a general way to expose these C level

Re: [Cython] [Python-Dev] C-level duck typing

2012-05-16 Thread mark florisson
On 16 May 2012 21:16, Dag Sverre Seljebotn wrote: > On Wed, 16 May 2012 20:49:18 +0100, mark florisson > wrote: >> >> On 16 May 2012 20:15, Stefan Behnel wrote: >>> >>> "Martin v. Löwis", 16.05.2012 20:33: > > Does this use case make sense to everyone? > > The reason why we are d

Re: [Cython] [Python-Dev] C-level duck typing

2012-05-16 Thread mark florisson
On 16 May 2012 21:16, Dag Sverre Seljebotn wrote: > On Wed, 16 May 2012 20:49:18 +0100, mark florisson > wrote: >> >> On 16 May 2012 20:15, Stefan Behnel wrote: >>> >>> "Martin v. Löwis", 16.05.2012 20:33: > > Does this use case make sense to everyone? > > The reason why we are d

Re: [Cython] [Python-Dev] C-level duck typing

2012-05-16 Thread Robert Bradshaw
On Wed, May 16, 2012 at 12:15 PM, Stefan Behnel wrote: > "Martin v. Löwis", 16.05.2012 20:33: >>> Does this use case make sense to everyone? >>> >>> The reason why we are discussing this on python-dev is that we are looking >>> for a general way to expose these C level signatures within the Python

Re: [Cython] [Python-Dev] C-level duck typing

2012-05-16 Thread Dag Sverre Seljebotn
On Wed, 16 May 2012 20:49:18 +0100, mark florisson wrote: On 16 May 2012 20:15, Stefan Behnel wrote: "Martin v. Löwis", 16.05.2012 20:33: Does this use case make sense to everyone? The reason why we are discussing this on python-dev is that we are looking for a general way to expose these C

Re: [Cython] [Python-Dev] C-level duck typing

2012-05-16 Thread mark florisson
On 16 May 2012 20:49, mark florisson wrote: > On 16 May 2012 20:15, Stefan Behnel wrote: >> "Martin v. Löwis", 16.05.2012 20:33: Does this use case make sense to everyone? The reason why we are discussing this on python-dev is that we are looking for a general way to expose th

Re: [Cython] [Python-Dev] C-level duck typing

2012-05-16 Thread mark florisson
On 16 May 2012 20:15, Stefan Behnel wrote: > "Martin v. Löwis", 16.05.2012 20:33: >>> Does this use case make sense to everyone? >>> >>> The reason why we are discussing this on python-dev is that we are looking >>> for a general way to expose these C level signatures within the Python >>> ecosyst

Re: [Cython] [Python-Dev] C-level duck typing

2012-05-16 Thread Stefan Behnel
"Martin v. Löwis", 16.05.2012 20:33: >> Does this use case make sense to everyone? >> >> The reason why we are discussing this on python-dev is that we are looking >> for a general way to expose these C level signatures within the Python >> ecosystem. And Dag's idea was to expose them as part of th

Re: [Cython] [cython] Python array support (#113)

2012-05-16 Thread Stefan Behnel
Andreas van Cranenburgh, 16.05.2012 18:15: > Any news on this? Let me know if there's anything I can do to help inclusion > of this patch. Could someone please take over here? https://github.com/cython/cython/pull/113 I haven't merged this yet and won't have the time to do it soonish. What I'd

Re: [Cython] CEP 1001 - Custom PyTypeObject extensions

2012-05-16 Thread mark florisson
On 16 May 2012 14:25, mark florisson wrote: > On 16 May 2012 14:03, mark florisson wrote: >> On 16 May 2012 12:20, Dag Sverre Seljebotn >> wrote: >>> On 05/14/2012 08:01 PM, Robert Bradshaw wrote: On Mon, May 14, 2012 at 10:05 AM, Nathaniel Smith  wrote: > > On Mon, May 14, 20

Re: [Cython] CEP 1001 - Custom PyTypeObject extensions

2012-05-16 Thread mark florisson
On 16 May 2012 14:25, mark florisson wrote: > On 16 May 2012 14:03, mark florisson wrote: >> On 16 May 2012 12:20, Dag Sverre Seljebotn >> wrote: >>> On 05/14/2012 08:01 PM, Robert Bradshaw wrote: On Mon, May 14, 2012 at 10:05 AM, Nathaniel Smith  wrote: > > On Mon, May 14, 20

Re: [Cython] CEP 1001 - Custom PyTypeObject extensions

2012-05-16 Thread mark florisson
On 16 May 2012 14:03, mark florisson wrote: > On 16 May 2012 12:20, Dag Sverre Seljebotn wrote: >> On 05/14/2012 08:01 PM, Robert Bradshaw wrote: >>> >>> On Mon, May 14, 2012 at 10:05 AM, Nathaniel Smith  wrote: On Mon, May 14, 2012 at 3:23 PM, Dag Sverre Seljebotn  wrote: > >

Re: [Cython] CEP 1001 - Custom PyTypeObject extensions

2012-05-16 Thread mark florisson
On 16 May 2012 12:20, Dag Sverre Seljebotn wrote: > On 05/14/2012 08:01 PM, Robert Bradshaw wrote: >> >> On Mon, May 14, 2012 at 10:05 AM, Nathaniel Smith  wrote: >>> >>> On Mon, May 14, 2012 at 3:23 PM, Dag Sverre Seljebotn >>>  wrote: On 05/14/2012 01:34 PM, Stefan Behnel wrote: >

Re: [Cython] CEP 1001 - Custom PyTypeObject extensions

2012-05-16 Thread Dag Sverre Seljebotn
On 05/14/2012 08:01 PM, Robert Bradshaw wrote: On Mon, May 14, 2012 at 10:05 AM, Nathaniel Smith wrote: On Mon, May 14, 2012 at 3:23 PM, Dag Sverre Seljebotn wrote: On 05/14/2012 01:34 PM, Stefan Behnel wrote: Dag Sverre Seljebotn, 13.05.2012 21:37: Anyway, thanks for the heads up, this