Skip to content

Python 3.11: YIELD_FROM is still listed in dis module #94961

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

Closed
MatthieuDartiailh opened this issue Jul 18, 2022 · 0 comments
Closed

Python 3.11: YIELD_FROM is still listed in dis module #94961

MatthieuDartiailh opened this issue Jul 18, 2022 · 0 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@MatthieuDartiailh
Copy link
Contributor

Documentation

The YIELD_FROM opcode was retired in 3.11 when #90197 was closed (PR #30035) but it still appear in the documentation of the dis module. It does not appear in the opcode module opmap and should be removed from the dis module documentation.

@MatthieuDartiailh MatthieuDartiailh added the docs Documentation in the Doc dir label Jul 18, 2022
@MatthieuDartiailh MatthieuDartiailh changed the title YIELD_FROM is still listed in dis module Python 3.11: YIELD_FROM is still listed in dis module Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

3 participants