Project

General

Profile

« Previous | Next » 

Revision c1e52997

Added by nobu (Nobuyoshi Nakada) almost 5 years ago

Fix FrozenError when assigning frozen class to constant

  • variable.c (set_namespace_path): modules/classes can get named
    by assignment to constant, even if frozen. [Bug #15891]