Skip to content

gh-129643: Fix PyList_Insert in free-threading builds#129680

Merged
sobolevn merged 3 commits into
python:mainfrom
sobolevn:issue-129643-2
Feb 6, 2025
Merged

gh-129643: Fix PyList_Insert in free-threading builds#129680
sobolevn merged 3 commits into
python:mainfrom
sobolevn:issue-129643-2

Conversation

@sobolevn

@sobolevn sobolevn commented Feb 5, 2025

Copy link
Copy Markdown
Member

Comment thread Objects/listobject.c Outdated
Comment thread Objects/listobject.c Outdated
@sobolevn

sobolevn commented Feb 5, 2025

Copy link
Copy Markdown
Member Author

Thanks! I've spent several hours reading about relaxed and release. I was not fully aware about the differences. I learned something new :)

@sobolevn

sobolevn commented Feb 6, 2025

Copy link
Copy Markdown
Member Author

I wrote a blog post about this PR and what I learned (in Russian, but tg has auto-translate): https://t.me/opensource_findings_chat/6792

@sobolevn sobolevn merged commit 63f0406 into python:main Feb 6, 2025
@miss-islington-app

Copy link
Copy Markdown

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

@sobolevn

sobolevn commented Feb 6, 2025

Copy link
Copy Markdown
Member Author

Thanks again!

@miss-islington-app

Copy link
Copy Markdown

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

cherry_picker 63f0406d5ad25a55e49c3903b29407c50a17cfd5 3.13

sobolevn added a commit to sobolevn/cpython that referenced this pull request Feb 6, 2025
…ythonGH-129680)

(cherry picked from commit 63f0406)

Co-authored-by: sobolevn <mail@sobolevn.me>
@bedevere-app

bedevere-app Bot commented Feb 6, 2025

Copy link
Copy Markdown

GH-129725 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 Feb 6, 2025
sobolevn added a commit that referenced this pull request Feb 6, 2025
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Feb 7, 2025
cmaloney pushed a commit to cmaloney/cpython that referenced this pull request Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants