Ticket #523 (closed defect: fixed)
Compiler crash in C++ declarations
| Reported by: | robertwb | Owned by: | robertwb |
|---|---|---|---|
| Priority: | major | Milestone: | 0.15 |
| Component: | C++ | Keywords: | |
| Cc: |
Description
http://groups.google.com/group/cython-users/browse_thread/thread/34dd7cecbffcfd44
... File "/home/matt/Downloads/cython-devel-d9a3831ec027/cython-devel- d9a3831ec027/Cython/Compiler/Nodes.py", line 1050, in analyse_declarations attr.analyse_declarations(scope) File "/home/matt/Downloads/cython-devel-d9a3831ec027/cython-devel- d9a3831ec027/Cython/Compiler/Nodes.py", line 939, in analyse_declarations api = self.api) File "/home/matt/Downloads/cython-devel-d9a3831ec027/cython-devel- d9a3831ec027/Cython/Compiler/Symtab.py", line 1564, in declare_cfunction self.check_base_default_constructor(pos) File "/home/matt/Downloads/cython-devel-d9a3831ec027/cython-devel- d9a3831ec027/Cython/Compiler/Symtab.py", line 1537, in check_base_default_constructor if len(entry.type.base_classes) == 0: AttributeError: 'CStructOrUnionType' object has no attribute 'base_classes'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

