Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(commons): deduplicate logic to keep behavior consistent [#14] #15

Merged
merged 4 commits into from
Jul 6, 2024

Commits on Jul 5, 2024

  1. v0.23.10: fix(commons): deduplicate logic to keep behavior consistent [

    …#14]
    
    The ``__contains__`` logic also needed to be fixed to allow the
    simplification in this commit. Checking ``hasattr`` wasn't a limiting
    enough condition, as anything in the class dictionary would also
    return ``True``. This led to errors when using namespaces as modules,
    because they'd take in attribute names like ``__doc__`` which would
    proc a ``PermissionError`` in frozen classes.
    
    Resolution related to (#9, #11, #14)
    rmlibre committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    70cd055 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    9f208bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec961b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5566953 View commit details
    Browse the repository at this point in the history