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

Conversation

CaselIT
Copy link
Contributor

@CaselIT CaselIT commented Aug 27, 2024

This was triggered by sphinx autodoc use of inspect.signature that tried to access the missing __signature__ attribute on GenericActors, preventing the presence of the documentation for generic actors in the website

Fixes #639

this was triggered by sphinx autodoc use of inspect.signature that tried to
access the missing `__signature__` attribute on GenericActors
@Bogdanp Bogdanp merged commit 4851506 into Bogdanp:master Aug 28, 2024
11 checks passed
@Bogdanp
Copy link
Owner

Bogdanp commented Aug 28, 2024

Thanks!

@CaselIT CaselIT deleted the fix_class_actor_docs branch August 28, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: class based actor is empty in the docs
2 participants