Ticket #3650 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

[with patch, positive review] Infinite recursion in pbuild by recursive pxd imports

Reported by: gfurnish Assigned to: gfurnish
Priority: major Milestone: sage-3.0.6
Component: pbuild Keywords:
Cc:

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

trac_3650.patch (1.2 kB) - added by gfurnish on 07/13/2008 04:33:05 AM.

Change History

07/13/2008 04:33:05 AM changed by gfurnish

  • attachment trac_3650.patch added.

07/15/2008 04:37:50 PM changed by mabshoff

  • summary changed from [with patch, needs review] Infinite recursion in pbuild by recursive pxd imports to [with patch, positive review] Infinite recursion in pbuild by recursive pxd imports.

Positive review. What could go wrong? ;)

Cheers,

Michael

07/15/2008 04:38:02 PM changed by mabshoff

  • status changed from new to closed.
  • resolution set to fixed.

Merged in Sage 3.0.6.alpha0