Re: [Cython] bug: constructor declarations not working

2014-08-16 Thread Marcus Brinkmann
runtime dependency as well... Thanks and sorry for the noise. It wasn't entirely clear to me what the state of cppclass support in Cython is until I read the source code. Marcus On 08/12/2014 04:57 AM, Marcus Brinkmann wrote: Hi, I want to declare and define C++ classes from Cython.

[Cython] bug: constructor declarations not working

2014-08-11 Thread Marcus Brinkmann
07fc52 (Robert Bradshaw 2012-08-21 00:46:00 -0700 2113) self.var_entries.append(entry) Here defining is 0, so the declaration is skipped. I don't know Cython internals, so I am hoping someone who does can fix this easily given the above information or point me in the right direction.