Re: [Cython] SEP 201 draft: Native callable objects

2012-05-31 Thread Robert Bradshaw
On Thu, May 31, 2012 at 12:29 PM, Dag Sverre Seljebotn wrote: > On 05/31/2012 08:50 PM, Robert Bradshaw wrote: >> >> On Thu, May 31, 2012 at 7:04 AM, Dag Sverre Seljebotn >>  wrote: >>> >>> [Discussion on numfo...@googlegroups.com please] >>> >>> I've uploaded a draft-state SEP 201 (previously CE

[Cython] Fwd: Re: SEP 201 draft: Native callable objects

2012-05-31 Thread Dag Sverre Seljebotn
Forgot to CC this list... Original Message Subject: Re: [Cython] SEP 201 draft: Native callable objects Date: Thu, 31 May 2012 22:06:02 +0200 From: Dag Sverre Seljebotn Reply-To: numfo...@googlegroups.com To: numfo...@googlegroups.com On 05/31/2012 09:29 PM, Dag Sverre Seljebo

Re: [Cython] SEP 201 draft: Native callable objects

2012-05-31 Thread Dag Sverre Seljebotn
On 05/31/2012 08:50 PM, Robert Bradshaw wrote: On Thu, May 31, 2012 at 7:04 AM, Dag Sverre Seljebotn wrote: [Discussion on numfo...@googlegroups.com please] I've uploaded a draft-state SEP 201 (previously CEP 1000): https://github.com/numfocus/sep/blob/master/sep201.rst """ Many callable ob

Re: [Cython] SEP 201 draft: Native callable objects

2012-05-31 Thread Robert Bradshaw
On this note, a global string interning mechanism is likely to be of interest beyond just native callable objects, so could be worth separating out into a separate spec. On Thu, May 31, 2012 at 11:50 AM, Robert Bradshaw wrote: > On Thu, May 31, 2012 at 7:04 AM, Dag Sverre Seljebotn > wrote: >> [

Re: [Cython] SEP 201 draft: Native callable objects

2012-05-31 Thread Robert Bradshaw
On Thu, May 31, 2012 at 7:04 AM, Dag Sverre Seljebotn wrote: > [Discussion on numfo...@googlegroups.com please] > > I've uploaded a draft-state SEP 201 (previously CEP 1000): > > https://github.com/numfocus/sep/blob/master/sep201.rst > > """ > Many callable objects are simply wrappers around nativ

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

2012-05-31 Thread Robert Bradshaw
On Thu, May 31, 2012 at 7:20 AM, Dag Sverre Seljebotn wrote: > > SEP updated (to what I hope is the final form): > > https://groups.google.com/forum/?fromgroups#!topic/numfocus/-XWwLMVgXBQ > https://github.com/numfocus/sep/blob/master/sep200.rst > https://github.com/dagss/pyextensibletype Very ni

Re: [Cython] vcvarsall.bat error on win32 with mingw when using cython_inline

2012-05-31 Thread Robert Bradshaw
On Thu, May 31, 2012 at 3:09 AM, Dave Hirschfeld wrote: > Hi cython devs, > I got the "unable to find vcvarsall.bat" error when using cython_inline when > trying to compile with mingw. Using cython normally (creating a setup.py file) > worked fine however. > > I was able to fix the problem for me

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

2012-05-31 Thread Dag Sverre Seljebotn
On 05/28/2012 05:59 PM, Dag Sverre Seljebotn wrote: Dag Sverre Seljebotn wrote: On 05/28/2012 01:24 PM, Nathaniel Smith wrote: On Mon, May 28, 2012 at 12:09 PM, mark florisson wrote: On 28 May 2012 12:01, Nathaniel Smith wrote: On Mon, May 28, 2012 at 11:55 AM, mark florisson wrot

[Cython] SEP 201 draft: Native callable objects

2012-05-31 Thread Dag Sverre Seljebotn
[Discussion on numfo...@googlegroups.com please] I've uploaded a draft-state SEP 201 (previously CEP 1000): https://github.com/numfocus/sep/blob/master/sep201.rst """ Many callable objects are simply wrappers around native code. This holds for any Cython function, f2py functions, manually writ

[Cython] vcvarsall.bat error on win32 with mingw when using cython_inline

2012-05-31 Thread Dave Hirschfeld
Hi cython devs, I got the "unable to find vcvarsall.bat" error when using cython_inline when trying to compile with mingw. Using cython normally (creating a setup.py file) worked fine however. I was able to fix the problem for me by changing inline.py to parse the config files before building t