-
-
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
Several Python 3.13 opcodes are not documented #122838
Labels
3.13
bugs and security fixes
docs
Documentation in the Doc dir
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
Comments
MatthieuDartiailh
changed the title
STORE_FAST_STORE_FAST and LOAD_FAST_LOAD_FAST opcodes are not documented
Several Python 3.13 opcodes are not documented
Aug 8, 2024
Needs to be reflected in typeshed as well. |
AA-Turner
added
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
3.13
bugs and security fixes
labels
Aug 8, 2024
kamilturek
added a commit
to kamilturek/cpython
that referenced
this issue
Aug 16, 2024
I'll open a PR documenting I'm not quite sure what |
iritkatriel
added a commit
to kamilturek/cpython
that referenced
this issue
Nov 6, 2024
iritkatriel
pushed a commit
that referenced
this issue
Nov 6, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 6, 2024
(cherry picked from commit 9cba47d) Co-authored-by: Kamil Turek <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.13
bugs and security fixes
docs
Documentation in the Doc dir
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
Documentation
The following opcodes which can appear in the output of dis, do not appear in the documentation https://docs.python.org/3.13/library/dis.html:
Linked PRs
The text was updated successfully, but these errors were encountered: