• William Stein's avatar
    Eric Huss's readonly variable patch: · f4961542
    William Stein authored
    There's a minor bug, if you try to cdef a readonly variable at the module
    scope, the compiler raises an UnboundLocalError exception.  The attached
    patch seems to clear up the problem and gets the compiler to report the
    correct error.
    f4961542
Code.py 10.6 KB