FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.13] gh-143880: Fix data race in `functools.partial` in free threading build (GH-143882) by miss-islington · Pull Request #145435 · python/cpython · GitHub

/ cpython Public

[3.13] gh-143880: Fix data race in functools.partial in free threading build (GH-143882) - #145435

Merged
colesbury merged 1 commit into
python:3.13from
miss-islington:backport-0042384-3.13
Mar 2, 2026
Merged

[3.13] gh-143880: Fix data race in functools.partial in free threading build (GH-143882)#145435
colesbury merged 1 commit into
python:3.13from
miss-islington:backport-0042384-3.13

Conversation

Copy link
Copy Markdown
Contributor

gh-143880: Fix data race in functools.partial in free threading build

The assignment to pto->vectorcall isn't thread-safe in the free
threading build. Note that this is already fixed in the main branch.
(cherry picked from commit 0042384)

Co-authored-by: Sam Gross colesbury@gmail.com

…threading build (pythonGH-143882)

pythongh-143880: Fix data race in `functools.partial` in free threading build

The assignment to `pto->vectorcall` isn't thread-safe in the free
threading build. Note that this is already fixed in the main branch.
(cherry picked from commit 0042384)

Co-authored-by: Sam Gross <colesbury@gmail.com>
colesbury self-assigned this Mar 2, 2026
colesbury enabled auto-merge (squash) March 2, 2026 21:22
colesbury merged commit fb34027 into python:3.13 Mar 2, 2026
77 of 79 checks passed
miss-islington deleted the backport-0042384-3.13 branch March 2, 2026 21:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL