On May 24, 2008, at 11:09 AM, Robin Becker wrote: > Robert Bradshaw wrote: >> On May 24, 2008, at 5:07 AM, Robin Becker wrote: >> > ........ >> >> No, this was a bug and has since been fixed: >> >> http://hg.cython.org/cython-devel/rev/aeb71e54b78a >> >> - Robert > ...... > > can I just hg up to get the corrected version?
You cold pull from the cython-devel branch, though I'm not promising that it's bug free at this point. Or just apply that single change (changing inline to INLINE). Perhaps we should have a cython-bugfix branch with stuff like this (no new features) but so far the pace of releases has been quick enough (and bugs rare enough) to not warrant that. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
