Skip to content

Conversation

@sobolevn
Copy link
Member

@sobolevnsobolevn commented Jan 24, 2024

Errors fixed:

/Users/sobolev/Desktop/cpython2/Doc/library/concurrent.futures.rst:277: WARNING: py:exc reference target not found: BrokenProcessPool /Users/sobolev/Desktop/cpython2/Doc/library/concurrent.futures.rst:502: WARNING: py:const reference target not found: FIRST_COMPLETED /Users/sobolev/Desktop/cpython2/Doc/library/concurrent.futures.rst:505: WARNING: py:const reference target not found: FIRST_EXCEPTION /Users/sobolev/Desktop/cpython2/Doc/library/concurrent.futures.rst:505: WARNING: py:const reference target not found: ALL_COMPLETED /Users/sobolev/Desktop/cpython2/Doc/library/concurrent.futures.rst:511: WARNING: py:const reference target not found: ALL_COMPLETED /Users/sobolev/Desktop/cpython2/Doc/library/concurrent.futures.rst:572: WARNING: py:class reference target not found: ThreadPoolExecutor /Users/sobolev/Desktop/cpython2/Doc/library/concurrent.futures.rst:582: WARNING: py:class reference target not found: ProcessPoolExecutor 

Refs #114469


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

@hugovk
Copy link
Member

Thanks! 🧹 📖

@hugovkhugovk merged commit 8744ecf into python:mainJan 24, 2024
@miss-islington-app
Copy link

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

@miss-islington-app
Copy link

Sorry, @sobolevn and @hugovk, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 8744ecf5896ccf57875574a9aed46369b8d48dc1 3.12 

@miss-islington-app
Copy link

Sorry, @sobolevn and @hugovk, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 8744ecf5896ccf57875574a9aed46369b8d48dc1 3.11 

@bedevere-app
Copy link

GH-114525 is a backport of this pull request to the 3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12 only security fixes label Jan 24, 2024
hugovk pushed a commit to hugovk/cpython that referenced this pull request Jan 24, 2024
…t` (pythonGH-114521). (cherry picked from commit 8744ecf) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@bedevere-app
Copy link

GH-114526 is a backport of this pull request to the 3.11 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.11 only security fixes label Jan 24, 2024
hugovk pushed a commit to hugovk/cpython that referenced this pull request Jan 24, 2024
…t` (pythonGH-114521). (cherry picked from commit 8744ecf) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
hugovk added a commit that referenced this pull request Jan 24, 2024
hugovk added a commit that referenced this pull request Jan 24, 2024
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@sobolevn@hugovk