Ticket #3650 (closed defect: fixed)
[with patch, positive review] Infinite recursion in pbuild by recursive pxd imports
| Reported by: | gfurnish | Owned by: | gfurnish |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.0.6 |
| Component: | pbuild | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
In some cases, having pxds with recursive imports may cause pbuild to use recursion to go to infinity. This patch fixes this issue. In many cases this will just cause Cython to throw an error later, but pbuild should still behave better.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

