Skip to content

[3.13] gh-117657: Avoid race in PAUSE_ADAPTIVE_COUNTER in free-threaded build (GH-122190) - #122475

Merged
colesbury merged 1 commit into
python:3.13from
miss-islington:backport-2b163aa-3.13
Jul 30, 2024
Merged

[3.13] gh-117657: Avoid race in PAUSE_ADAPTIVE_COUNTER in free-threaded build (GH-122190)#122475
colesbury merged 1 commit into
python:3.13from
miss-islington:backport-2b163aa-3.13

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Jul 30, 2024

Copy link
Copy Markdown
Contributor

The adaptive counter doesn't do anything currently in the free-threaded
build and TSan reports a data race due to concurrent modifications to
the counter.
(cherry picked from commit 2b163aa)

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

…ded build (pythonGH-122190)
The adaptive counter doesn't do anything currently in the free-threaded
build and TSan reports a data race due to concurrent modifications to
the counter.
(cherry picked from commit 2b163aa)
Co-authored-by: Sam Gross <colesbury@gmail.com>
Sign up for freeto 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

@miss-islington@colesbury