[Cython] minor bug -- cimport inside function
William Stein
wstein at gmail.com
Mon Feb 25 18:15:11 CET 2008
On Mon, Feb 25, 2008 at 9:12 AM, Robert Bradshaw
<robertwb at math.washington.edu> wrote:
> Thanks, I'll look into this.
>
> Note: it still isn't valid cython (as it doesn't make sense to
> cimport things locally, as cimports are resolved at compile time, not
> runtime.
Mainly Cython should print an error rather than crashing with
a stack trace.
William
More information about the Cython-dev
mailing list