Skip to content

Conversation

@LamentXU123
Copy link
Contributor

@LamentXU123 LamentXU123 commented Oct 13, 2025

resource.rst:143: WARNING: py:const reference target not found: SIGXCPU [ref.const]
resource.rst:366: WARNING: py:attr reference target not found: ru_utime [ref.attr]
resource.rst:366: WARNING: py:attr reference target not found: ru_stime [ref.attr]
resource.rst:376: WARNING: py:attr reference target not found: ru_utime [ref.attr]
resource.rst:378: WARNING: py:attr reference target not found: ru_stime [ref.attr]
resource.rst:380: WARNING: py:attr reference target not found: ru_maxrss [ref.attr]
resource.rst:382: WARNING: py:attr reference target not found: ru_ixrss [ref.attr]
resource.rst:384: WARNING: py:attr reference target not found: ru_idrss [ref.attr]
resource.rst:386: WARNING: py:attr reference target not found: ru_isrss [ref.attr]
resource.rst:388: WARNING: py:attr reference target not found: ru_minflt [ref.attr]
resource.rst:390: WARNING: py:attr reference target not found: ru_majflt [ref.attr]
resource.rst:392: WARNING: py:attr reference target not found: ru_nswap [ref.attr]
resource.rst:394: WARNING: py:attr reference target not found: ru_inblock [ref.attr]
resource.rst:396: WARNING: py:attr reference target not found: ru_oublock [ref.attr]
resource.rst:398: WARNING: py:attr reference target not found: ru_msgsnd [ref.attr]
resource.rst:400: WARNING: py:attr reference target not found: ru_msgrcv [ref.attr]
resource.rst:402: WARNING: py:attr reference target not found: ru_nsignals [ref.attr]
resource.rst:404: WARNING: py:attr reference target not found: ru_nvcsw [ref.attr]
resource.rst:406: WARNING: py:attr reference target not found: ru_nivcsw [ref.attr]
  • line 143. I document this in library/signal.rst
.. data:: SIGXCPU

   CPU time limit exceeded.

   .. availability:: Unix.

description and order copied from https://pubs.opengroup.org/onlinepubs/009695399/basedefs/signal.h.html

  • others. They are a chart indicating attributes (served as an index) so I suppressed them

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

@hugovk hugovk added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Oct 18, 2025
@hugovk hugovk merged commit 9c18f75 into python:main Oct 20, 2025
42 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Oct 20, 2025
@miss-islington-app
Copy link

Thanks @LamentXU123 for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 20, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 20, 2025
@bedevere-app
Copy link

bedevere-app bot commented Oct 20, 2025

GH-140352 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Oct 20, 2025
@bedevere-app
Copy link

bedevere-app bot commented Oct 20, 2025

GH-140353 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Oct 20, 2025
hugovk pushed a commit that referenced this pull request Oct 20, 2025
hugovk pushed a commit that referenced this pull request Oct 20, 2025
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 skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants