Skip to content

gh-128874: Fix the documentation for blurb 2.0 - #128875

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:blurb2
Jan 15, 2025
Merged

gh-128874: Fix the documentation for blurb 2.0#128875
vstinner merged 1 commit into
python:mainfrom
vstinner:blurb2

Conversation

@vstinner

@vstinnervstinner commented Jan 15, 2025

Copy link
Copy Markdown
Member

@hugovkhugovk left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

For reference, this is the extra validation added in python/blurb#35.

@vstinner
vstinner merged commit 40a4d88 into python:mainJan 15, 2025
@vstinner
vstinner deleted the blurb2 branch January 15, 2025 14:12
@miss-islington-app

Copy link
Copy Markdown

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 15, 2025
(cherry picked from commit 40a4d88)
Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app

Copy link
Copy Markdown

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

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Jan 15, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 15, 2025
(cherry picked from commit 40a4d88)
Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app

Copy link
Copy Markdown

GH-128878 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 15, 2025
@vstinnervstinner added the needs backport to 3.11 only security fixes label Jan 15, 2025
@miss-islington-app

Copy link
Copy Markdown

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 15, 2025
(cherry picked from commit 40a4d88)
Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app

Copy link
Copy Markdown

GH-128879 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 15, 2025
vstinner added a commit that referenced this pull request Jan 15, 2025
…28878)
gh-128874: Fix the documentation for blurb 2.0 (GH-128875)
(cherry picked from commit 40a4d88)
Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner added a commit that referenced this pull request Jan 15, 2025
…28877)
gh-128874: Fix the documentation for blurb 2.0 (GH-128875)
(cherry picked from commit 40a4d88)
Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app

Copy link
Copy Markdown

GH-128890 is a backport of this pull request to the 3.10 branch.

pablogsal pushed a commit that referenced this pull request Jan 21, 2025
)
gh-128874: Fix the documentation for blurb 2.0 (#128875)
(cherry picked from commit 40a4d88)
pablogsal pushed a commit that referenced this pull request Jan 21, 2025
…28879)
gh-128874: Fix the documentation for blurb 2.0 (GH-128875)
(cherry picked from commit 40a4d88)
Co-authored-by: Victor Stinner <vstinner@python.org>
liudonghua123 added a commit to liudonghua123/windows-python-installer that referenced this pull request Jan 22, 2025
liudonghua123 added a commit to liudonghua123/windows-python-installer that referenced this pull request Jan 22, 2025
liudonghua123 added a commit to liudonghua123/windows-python-installer that referenced this pull request Jan 22, 2025
liudonghua123 added a commit to liudonghua123/windows-python-installer that referenced this pull request Jan 22, 2025
liudonghua123 added a commit to liudonghua123/windows-python-installer that referenced this pull request Jan 22, 2025
liudonghua123 added a commit to liudonghua123/windows-python-installer that referenced this pull request Jan 22, 2025
liudonghua123 added a commit to liudonghua123/windows-python-installer that referenced this pull request Jan 22, 2025
liudonghua123 added a commit to liudonghua123/windows-python-installer that referenced this pull request Jan 22, 2025
@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot aarch64 Fedora Stable Refleaks 3.11 has failed when building commit a83a7cf.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1021/builds/17) and take a look at the build logs.
  4. Check if the failure is related to this commit (a83a7cf) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1021/builds/17

Failed tests:

  • test_socket
  • test_threading

Failed subtests:

  • test_BoundedSemaphore_limit - test.test_threading.ThreadTests.test_BoundedSemaphore_limit
  • testStream - test.test_socket.ThreadedVSOCKSocketStreamTest.testStream

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1002, in _bootstrapself._bootstrap_inner()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1040, in _bootstrap_inner
_sys.settrace(_trace_hook)
RuntimeError: Cannot install a trace function while another trace function is being installed
FAIL
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 346, in _setUpself.__setUp()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 489, in setUpself.conn, self.connaddr =self.serv.accept()
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.refleak/build/Lib/socket.py", line 294, in accept
fd, addr =self._accept()
^^^^^^^^^^^^^^TimeoutError: timed out
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 907, in test_BoundedSemaphore_limitself.assertRaises(ValueError, bs.release)
AssertionError: ValueError not raised by release
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 334, in raise_queued_exceptionraiseself.queue.get()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 358, in clientRunself.clientSetUp()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 497, in clientSetUpself.cli.connect((cid, VSOCKPORT))
OSError: [Errno 19] No such device

@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 Fedora Stable Refleaks 3.11 has failed when building commit a83a7cf.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1027/builds/796) and take a look at the build logs.
  4. Check if the failure is related to this commit (a83a7cf) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1027/builds/796

Failed tests:

  • test_socket

Failed subtests:

  • testStream - test.test_socket.ThreadedVSOCKSocketStreamTest.testStream

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_socket.py", line 334, in raise_queued_exceptionraiseself.queue.get()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_socket.py", line 358, in clientRunself.clientSetUp()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_socket.py", line 497, in clientSetUpself.cli.connect((cid, VSOCKPORT))
OSError: [Errno 19] No such device
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_socket.py", line 346, in _setUpself.__setUp()
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_socket.py", line 489, in setUpself.conn, self.connaddr =self.serv.accept()
^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.refleak/build/Lib/socket.py", line 294, in accept
fd, addr =self._accept()
^^^^^^^^^^^^^^TimeoutError: timed out

@vstinner

Copy link
Copy Markdown
MemberAuthor

Hi! The buildbot AMD64 Fedora Stable Refleaks 3.11 has failed when building commit a83a7cf.
testStream - test.test_socket.ThreadedVSOCKSocketStreamTest.testStream

I created PR gh-129171 for that.

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

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner@bedevere-bot@hugovk