Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-132713: Fix typing.Union[index] race condition#132802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vstinner merged 8 commits intopython:mainfromvstinner:union_getitem
Apr 23, 2025

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commentedApr 22, 2025
edited by bedevere-appbot
Loading

Use a critical section in union_getitem() to initialize the 'parameters' member.

Use a critical section in union_getitem() to initialize the'parameters' member.
@vstinner
Copy link
MemberAuthor

Please review the updated PR.

@vstinner
Copy link
MemberAuthor

"All required checks pass" CI didn't run. I updated my branch to try to fix the CI.

@vstinnervstinner merged commitdc3e963 intopython:mainApr 23, 2025
41 checks passed
@vstinnervstinner deleted the union_getitem branchApril 23, 2025 13:45
@vstinner
Copy link
MemberAuthor

Merged, thanks for reviews.

@vstinnervstinner added the needs backport to 3.13bugs and security fixes labelApr 23, 2025
@miss-islington-app
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestApr 23, 2025
)Add union_init_parameters() helper function. Use a critical sectionto initialize the 'parameters' member.(cherry picked from commitdc3e963)Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app
Copy link

GH-132839 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelApr 23, 2025
vstinner added a commit that referenced this pull requestApr 23, 2025
…132839)gh-132713: Fix typing.Union[index] race condition (GH-132802)Add union_init_parameters() helper function. Use a critical sectionto initialize the 'parameters' member.(cherry picked from commitdc3e963)Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@colesburycolesburycolesbury left review comments

@JelleZijlstraJelleZijlstraJelleZijlstra left review comments

@sobolevnsobolevnsobolevn approved these changes

@kumaraditya303kumaraditya303kumaraditya303 approved these changes

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@vstinner@colesbury@JelleZijlstra@sobolevn@kumaraditya303

[8]ページ先頭

©2009-2025 Movatter.jp