Ticket #225 (closed defect: fixed)
[with patch, needs review] recursion stack overflow in control flow analysis
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.12 |
| Component: | Optimization | Keywords: | |
| Cc: |
Description
Here is an example for a program that Cython currently cannot compile as the control flow analysis reaches the maximum recursion limit. The problem appears to be the long sequence of simple "if" statements.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

