Skip to content
  • Xavier Noria's avatar
    b33700f5
    detect circular constant autoloading · b33700f5
    Xavier Noria authored
    Nowadays circular autoloads do not work, but the user gets a NameError
    that says some constant is undefined. That's puzzling, because he is
    normally trying to autoload a constant he knows can be autoloaded.
    With this check we can give a better error message.
    b33700f5
    detect circular constant autoloading
    Xavier Noria authored
    Nowadays circular autoloads do not work, but the user gets a NameError
    that says some constant is undefined. That's puzzling, because he is
    normally trying to autoload a constant he knows can be autoloaded.
    With this check we can give a better error message.
Loading