-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
gh-124787: Fix TypeAliasType
and incorrect type_params
#124795
Conversation
sobolevn
commented
Sep 30, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: TypeAliasType with should also raise an error if non-default type parameter follows default type parameter #124787
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but let's run this through the refleak buildbots to make sure.
Misc/NEWS.d/next/Library/2024-09-30-20-46-32.gh-issue-124787.3FnJnP.rst
Outdated
Show resolved
Hide resolved
!buildbot refleak |
🤖 New build scheduled with the buildbot fleet by @JelleZijlstra for commit 7d439f8 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
…FnJnP.rst Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@JelleZijlstra what do you think: is this a bug fix or a new feature? Should we backport this to 3.12 and 3.13? |
To me this feels too risky to backport; let's apply it to 3.14 only. |