Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-101100: Fix sphinx warnings of removed opcodes#127222

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
hugovk merged 1 commit intopython:mainfromkoyuki7w:doc-fix-3
Nov 24, 2024

Conversation

koyuki7w
Copy link
Contributor

@koyuki7wkoyuki7w commentedNov 24, 2024
edited by github-actionsbot
Loading

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]

📚 Documentation preview 📚:https://cpython-previews--127222.org.readthedocs.build/

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]```
Copy link
Member

@hugovkhugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks!

pagentle and koyuki7w reacted with heart emoji
@hugovkhugovk removed needs backport to 3.12only security fixes needs backport to 3.13bugs and security fixes labelsNov 24, 2024
@hugovkhugovk merged commit3d8ac48 intopython:mainNov 24, 2024
44 checks passed
@hugovk
Copy link
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.

koyuki7w added a commit to koyuki7w/fork-python-cpython that referenced this pull requestNov 25, 2024
…nGH-127222)(cherry picked from commit 3d8ac48)Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
koyuki7w added a commit to koyuki7w/fork-python-cpython that referenced this pull requestNov 25, 2024
…nGH-127222)(cherry picked from commit 3d8ac48)Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
koyuki7w added a commit to koyuki7w/fork-python-cpython that referenced this pull requestNov 25, 2024
…nGH-127222)(cherry picked from commit 3d8ac48)Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
@bedevere-app
Copy link

GH-127239 is a backport of this pull request to the3.13 branch.

@bedevere-app
Copy link

GH-127240 is a backport of this pull request to the3.12 branch.

@koyuki7w
Copy link
ContributorAuthor

@hugovk Thanks for reviewing. Opened PRs for 3.13 and 3.12 backports.

hugovk reacted with thumbs up emoji

@hugovk
Copy link
Member

Thank you!

koyuki7w reacted with thumbs up emoji

ebonnal pushed a commit to ebonnal/cpython that referenced this pull requestJan 12, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@hugovkhugovkhugovk approved these changes

Assignees
No one assigned
Labels
docsDocumentation in the Doc dirskip news
Projects
Status: Done
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@koyuki7w@hugovk

[8]ページ先頭

©2009-2025 Movatter.jp