| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…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>
| Back | FazBrowse Home | New Git URL |
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