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

[3.12] gh-100227: Lock Around Modification of the Global Allocators State (gh-105516) by miss-islington · Pull Request #105532 · python/cpython · GitHub

/ cpython Public

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

Merged
ericsnowcurrently merged 2 commits into
python:3.12from
miss-islington:backport-68dfa49-3.12
Jun 8, 2023
Merged

[3.12] gh-100227: Lock Around Modification of the Global Allocators State (gh-105516)#105532
ericsnowcurrently merged 2 commits into
python:3.12from
miss-islington:backport-68dfa49-3.12

Conversation

miss-islington commented Jun 8, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

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 ericsnowcurrently@gmail.com

…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 <ericsnowcurrently@gmail.com>
There were only internal ABI changes.
ericsnowcurrently merged commit 77c03a3 into python:3.12 Jun 8, 2023
miss-islington deleted the backport-68dfa49-3.12 branch June 8, 2023 22:36
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.

3 participants


Back | FazBrowse Home | New Git URL