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

avoid infinite recursion on unkown attribute access in GenericActors. #647

Merged
merged 2 commits into from
Aug 28, 2024

Commits on Aug 27, 2024

  1. fix: avoid infinite recursion on attribute access in GenericActors.

    this was triggered by sphinx autodoc use of inspect.signature that tried to
    access the missing `__signature__` attribute on GenericActors
    CaselIT committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0291e21 View commit details
    Browse the repository at this point in the history
  2. style: fix linter errors

    CaselIT committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f3dc0bb View commit details
    Browse the repository at this point in the history