Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.12] gh-100227: Lock Around Modification of the Global Allocators State (gh-105516) #105532

Merged
merged 2 commits into from
Jun 8, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 8, 2023

The risk of a race with this state is relatively low, but we play it safe anyway. We do avoid using the lock in performance-sensitive cases where the risk of a race is very, very low.
(cherry picked from commit 68dfa49)

Co-authored-by: Eric Snow [email protected]

…ate (pythongh-105516)

The risk of a race with this state is relatively low, but we play it safe anyway. We do avoid using the lock in performance-sensitive cases where the risk of a race is very, very low.
(cherry picked from commit 68dfa49)

Co-authored-by: Eric Snow <[email protected]>
There were only internal ABI changes.
@ericsnowcurrently ericsnowcurrently merged commit 77c03a3 into python:3.12 Jun 8, 2023
@miss-islington miss-islington deleted the backport-68dfa49-3.12 branch June 8, 2023 22:36
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