-
-
Couldn't load subscription status.
- Fork 33.2k
gh-133412: remove the brackets of the optional stack_effect #133708
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
Conversation
|
Thanks @nybblista for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Thanks @nybblista for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
The `stack_effect` is incorrectly documented as being allowed to be optional. (cherry picked from commit f77dac6) Co-authored-by: Nybblista <[email protected]>
The `stack_effect` is incorrectly documented as being allowed to be optional. (cherry picked from commit f77dac6) Co-authored-by: Nybblista <[email protected]>
|
GH-133729 is a backport of this pull request to the 3.14 branch. |
|
GH-133730 is a backport of this pull request to the 3.13 branch. |
…133729) gh-133412: amend docs for the `inst` definition (GH-133708) The `stack_effect` is incorrectly documented as being allowed to be optional. (cherry picked from commit f77dac6) Co-authored-by: Nybblista <[email protected]>
…133730) gh-133412: amend docs for the `inst` definition (GH-133708) The `stack_effect` is incorrectly documented as being allowed to be optional. (cherry picked from commit f77dac6) Co-authored-by: Nybblista <[email protected]>
The `stack_effect` is incorrectly documented as being allowed to be optional.
The `stack_effect` is incorrectly documented as being allowed to be optional.
Remove the brackets of the optional
stack_effect.instdefintion and its optionalstack_effect#133412