Skip to content
  • Claudiu Popa's avatar
    Don't raise DuplicateBaseError when classes at different locations are used · d3d49a6d
    Claudiu Popa authored
    For instance, one can implement a namedtuple base class, which gets reused
    on a class with the same name later on in the file. Until now, we considered
    these two classes as being the same, because they shared the name, but in fact
    they are different, being created at different locations and through different
    means.
    
    Close PyCQA/pylint#1458
    d3d49a6d
To find the state of this project's repository at the time of any of these versions, check out the tags.