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

Support several more constructs in stubgen's AliasPrinter #18888

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sterliakov
Copy link
Collaborator

Fixes #18886. Added implementations for UnaryExpr, SetExpr and SliceExpr, and also fallback to _Incomplete for several other constructs that can sensibly appear in a dataclass field definition.

@sterliakov sterliakov requested a review from cdce8p April 5, 2025 18:55
@KapJI
Copy link
Contributor

KapJI commented Apr 9, 2025

@cdce8p Can please take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stubgen crashes on dataclass field
2 participants