{{ message }}
gh-101100: Fix sphinx warnings of removed opcodes#127222
Merged
Conversation
Fixed sphinx warnings: ``` whatsnew/3.11.rst:1674: WARNING: 'opcode' reference target not found: BEFORE_WITH [ref.opcode] whatsnew/3.4.rst:1982: WARNING: 'opcode' reference target not found: LOAD_CLASSDEREF [ref.opcode] whatsnew/3.6.rst:2369: WARNING: 'opcode' reference target not found: FORMAT_VALUE [ref.opcode] whatsnew/3.6.rst:2374: WARNING: 'opcode' reference target not found: BUILD_CONST_KEY_MAP [ref.opcode] whatsnew/3.6.rst:2378: WARNING: 'opcode' reference target not found: CALL_FUNCTION [ref.opcode] whatsnew/3.6.rst:2378: WARNING: 'opcode' reference target not found: CALL_FUNCTION_KW [ref.opcode] whatsnew/3.6.rst:2378: WARNING: 'opcode' reference target not found: BUILD_MAP_UNPACK_WITH_CALL [ref.opcode] whatsnew/3.6.rst:2378: WARNING: 'opcode' reference target not found: BUILD_TUPLE_UNPACK_WITH_CALL [ref.opcode] whatsnew/3.6.rst:2389: WARNING: 'opcode' reference target not found: STORE_ANNOTATION [ref.opcode] whatsnew/3.7.rst:2479: WARNING: 'opcode' reference target not found: CALL_METHOD [ref.opcode] whatsnew/3.7.rst:2482: WARNING: 'opcode' reference target not found: STORE_ANNOTATION [ref.opcode] whatsnew/3.8.rst:2155: WARNING: 'opcode' reference target not found: BREAK_LOOP [ref.opcode] whatsnew/3.8.rst:2155: WARNING: 'opcode' reference target not found: CONTINUE_LOOP [ref.opcode] whatsnew/3.8.rst:2155: WARNING: 'opcode' reference target not found: SETUP_LOOP [ref.opcode] whatsnew/3.8.rst:2155: WARNING: 'opcode' reference target not found: SETUP_EXCEPT [ref.opcode] whatsnew/3.8.rst:2155: WARNING: 'opcode' reference target not found: ROT_FOUR [ref.opcode] whatsnew/3.8.rst:2155: WARNING: 'opcode' reference target not found: BEGIN_FINALLY [ref.opcode] whatsnew/3.8.rst:2155: WARNING: 'opcode' reference target not found: CALL_FINALLY [ref.opcode] whatsnew/3.8.rst:2155: WARNING: 'opcode' reference target not found: POP_FINALLY [ref.opcode] whatsnew/3.8.rst:2155: WARNING: 'opcode' reference target not found: END_FINALLY [ref.opcode] whatsnew/3.8.rst:2155: WARNING: 'opcode' reference target not found: WITH_CLEANUP_START [ref.opcode] whatsnew/3.9.rst:1206: WARNING: 'opcode' reference target not found: LOAD_ASSERTION_ERROR [ref.opcode] ```
hugovk
approved these changes
Nov 24, 2024
hugovk
left a comment
Member
There was a problem hiding this comment.
Thanks!
Sorry, something went wrong.
Member
|
Please could you open backports for the 3.13 and 3.12 branches? We should be careful, because some of these were removed in 3.14, so shouldn't be removed from 3.13 and 3.12 docs. Likewise, any removed in 3.13 shouldn't be removed from 3.12 docs. |
Sorry, something went wrong.
Author
|
@hugovk Thanks for reviewing. Opened PRs for 3.13 and 3.12 backports. |
Sorry, something went wrong.
hugovk
pushed a commit
that referenced
this pull request
Nov 25, 2024
hugovk
pushed a commit
that referenced
this pull request
Nov 25, 2024
Member
|
Thank you! |
Sorry, something went wrong.
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this pull request
Jan 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
Fixed sphinx warnings:
📚 Documentation preview 📚: https://cpython-previews--127222.org.readthedocs.build/