Skip to content

[3.13] gh-120973: Fix thread-safety issues with threading.local (GH-121655)#122042

Merged
colesbury merged 1 commit into
python:3.13from
miss-islington:backport-e059aa6-3.13
Jul 19, 2024
Merged

[3.13] gh-120973: Fix thread-safety issues with threading.local (GH-121655)#122042
colesbury merged 1 commit into
python:3.13from
miss-islington:backport-e059aa6-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 19, 2024

Copy link
Copy Markdown
Contributor

This is a small refactoring to the current design that allows us to
avoid manually iterating over threads.

This should also fix gh-118490.
(cherry picked from commit e059aa6)

Co-authored-by: mpage mpage@meta.com

…honGH-121655)

This is a small refactoring to the current design that allows us to
avoid manually iterating over threads.

This should also fix pythongh-118490.
(cherry picked from commit e059aa6)

Co-authored-by: mpage <mpage@meta.com>
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.

3 participants