[Cython] Cython crash: C++ class with missing default constructor

Simon Anders anders at embl.de
Thu Jan 19 19:26:27 CET 2012


Hi,

the following very short Cython code crashes the Cython compiler (v0.15.1):

---8<---
cdef extern from "foo.h":
    cdef cppclass foo:
       pass

foo()
---8<---

The stack trace is attached.

Best regards
   Simon

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: traceback
URL: <http://mail.python.org/pipermail/cython-devel/attachments/20120119/a29f417c/attachment.ksh>


More information about the cython-devel mailing list