Skip to content

Conversation

@tomasr8
Copy link
Member

@tomasr8 tomasr8 commented Jan 6, 2026

@tomasr8 tomasr8 added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Jan 7, 2026
@tomasr8 tomasr8 merged commit 228d955 into python:main Jan 7, 2026
41 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Jan 7, 2026
@tomasr8 tomasr8 deleted the typo-store-slice branch January 7, 2026 22:36
@miss-islington-app
Copy link

Thanks @tomasr8 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖 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 7, 2026
(cherry picked from commit 228d955)

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
@bedevere-app
Copy link

bedevere-app bot commented Jan 7, 2026

GH-143533 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 Jan 7, 2026
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 7, 2026
(cherry picked from commit 228d955)

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
@bedevere-app
Copy link

bedevere-app bot commented Jan 7, 2026

GH-143534 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 Jan 7, 2026
tomasr8 added a commit that referenced this pull request Jan 7, 2026
Fix a typo in STORE_SLICE docs (GH-143500)
(cherry picked from commit 228d955)

Co-authored-by: Tomas R <tomas.roun8@gmail.com>
tomasr8 added a commit that referenced this pull request Jan 7, 2026
Fix a typo in STORE_SLICE docs (GH-143500)
(cherry picked from commit 228d955)

Co-authored-by: Tomas R <tomas.roun8@gmail.com>
@bedevere-bot
Copy link

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

Hi! The buildbot ARM64 MacOS M1 Refleaks NoGIL 3.13 (tier-2) has failed when building commit e1572ea.

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/1396/builds/1930) and take a look at the build logs.
  4. Check if the failure is related to this commit (e1572ea) 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/1396/builds/1930

Failed tests:

  • test.test_multiprocessing_spawn.test_processes

Failed subtests:

  • test_repr_rlock - test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_repr_rlock

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

==

Click to see traceback logs
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/_test_multiprocessing.py", line 1493, in test_repr_rlock
    self.assertEqual('<RLock(SomeOtherThread, nonzero)>', repr(lock))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '<RLock(SomeOtherThread, nonzero)>' != '<RLock(None, 0)>'
- <RLock(SomeOtherThread, nonzero)>
+ <RLock(None, 0)>

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 issue skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants