Re: [Cython] Cython 0.21 beta 1 released

2014-08-28 Thread Stefan Behnel
Hi, thanks for testing. Arfrever Frehtes Taifersar Arahesis schrieb am 14.08.2014 um 10:18: > Results of test suite of Cython 0.21 beta 1 with different versions of Python: > Python 2.6: 1 error, 2 failures > Python 2.7: 1 error, 0 failures > Python 3.2: 1 error, 0 failures > Python 3.3:

Re: [Cython] [Desired feature] Process .pxd before .py

2014-08-28 Thread Alexandru Ionut Grama
2014-08-28 16:57 GMT+02:00 Stefan Behnel : > Alexandru Ionut Grama schrieb am 26.08.2014 um 17:45: > > I've start to use cython in order to use call some API modules written in > > python from C/C++. Those modules written in python must remain untouched, > > and all .py files should be "decorated"

Re: [Cython] [cython-users] Cython 0.21 alpha 1 released

2014-08-28 Thread Stefan Behnel
Hi, here is a second beta: http://www.cython.org/release/Cython-0.21b2.tar.gz http://www.cython.org/release/Cython-0.21b2.tar.gz.asc Since the last beta, there were a couple of improvements for the new method call optimisation, as well as some fixes (usually noted in the relevant mailing list t

[Cython] timeframe for subtype support in freelists? (was: Cython 0.21 beta 1 released)

2014-08-28 Thread Stefan Behnel
Peter Schay schrieb am 19.08.2014 um 00:46: > One question: Is there any expected time-frame for freelists to support > cdef subclasses? Soon? Never? Somewhere in between? Hard to say. This isn't easy as supporting subtypes means that we need full control over what the parent types are doing in

Re: [Cython] error LNK2001: unresolved external symbol PyInit_init

2014-08-28 Thread Stefan Behnel
Lisandro Dalcin schrieb am 24.08.2014 um 10:57: > On 14 August 2014 08:20, Andriy Kornatskyy wrote: >> When installing either from pip3 or downloading the source with python3 >> setup.py install > > Could you please show us the full output of "python3 setup.py build" ? It's here: http://pastebi

Re: [Cython] [Desired feature] Process .pxd before .py

2014-08-28 Thread Stefan Behnel
Alexandru Ionut Grama schrieb am 26.08.2014 um 17:45: > I've start to use cython in order to use call some API modules written in > python from C/C++. Those modules written in python must remain untouched, > and all .py files should be "decorated" with their counterpart .pxd files. > I would like t

Re: [Cython] error LNK2001: unresolved external symbol PyInit_init

2014-08-28 Thread Andriy Kornatskyy
Stefan, That is an output of build: python setup.py build. There is nothing else produced unless you tell how to make it more verbose to provide you what you expect to see. How else you want this to be built? Thanks. Andriy Kornatskyy On Aug 28, 2014, at 1:46 PM, Stefan Behnel wrote: > And

Re: [Cython] error LNK2001: unresolved external symbol PyInit_init

2014-08-28 Thread Stefan Behnel
Andriy Kornatskyy schrieb am 28.08.2014 um 10:08: > Hmm… you have a complete build log from the entering the build command up to > the point where it fails which you can still find here: > > https://bitbucket.org/akorn/wheezy.template/issue/10/installation-on-windows-fails#comment-12006152 Sorry

Re: [Cython] error LNK2001: unresolved external symbol PyInit_init

2014-08-28 Thread Andriy Kornatskyy
Stefan, Hmm… you have a complete build log from the entering the build command up to the point where it fails which you can still find here: https://bitbucket.org/akorn/wheezy.template/issue/10/installation-on-windows-fails#comment-12006152 Or am I missing something? Thanks. Andriy Kornatskyy

Re: [Cython] error LNK2001: unresolved external symbol PyInit_init

2014-08-28 Thread Stefan Behnel
Andriy Kornatskyy schrieb am 27.08.2014 um 07:08: > Here is a link to complete output with python3.4: > https://bitbucket.org/akorn/wheezy.template/issue/10/installation-on-windows-fails#comment-12006152 What Lisandro meant with "complete" is "from entering the build command to the point where it

[Cython] [Desired feature] Process .pxd before .py

2014-08-28 Thread Alexandru Ionut Grama
Hello to all I've start to use cython in order to use call some API modules written in python from C/C++. Those modules written in python must remain untouched, and all .py files should be "decorated" with their counterpart .pxd files. I would like to mark as public some API functions from .py fil