mirror of
https://github.com/python/cpython.git
synced 2026-01-30 14:46:17 +00:00
[3.14] gh-133412: amend docs for the inst definition (GH-133708) (#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 f77dac66e1867cfdf6f7549822dd64416f6063bc) Co-authored-by: Nybblista <170842536+nybblista@users.noreply.github.com>
This commit is contained in:
parent
3937c78e36
commit
47d4947823
@ -81,7 +81,7 @@ and a piece of C code describing its semantics:
|
||||
(definition | family | pseudo)+
|
||||
|
||||
definition:
|
||||
"inst" "(" NAME ["," stack_effect] ")" "{" C-code "}"
|
||||
"inst" "(" NAME "," stack_effect ")" "{" C-code "}"
|
||||
|
|
||||
"op" "(" NAME "," stack_effect ")" "{" C-code "}"
|
||||
|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user