Ticket #2655 (closed enhancement: fixed)
[with patch, merged upstream] Cython circular cdef imports
| Reported by: | gfurnish | Owned by: | gfurnish |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.0 |
| Component: | packages | Keywords: | |
| Cc: | robertwb | Author(s): | |
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
This patch allows circular cdef imports in Cython. It also modifies cython exceptions to also print the line number in the C code. Furthermore the patch begins modifications to seperate module creation from module global execution, which will potentially be useful as Cython starts to employ more optimizations. This patch is required for the symbolics overhaul.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

