Skip to content

gh-149162: Use _Py_LOCK_DONT_DETACH in intern_common#149164

Open
colesbury wants to merge 1 commit intopython:mainfrom
colesbury:gh-149162-intern-common-lock-dont-detach
Open

gh-149162: Use _Py_LOCK_DONT_DETACH in intern_common#149164
colesbury wants to merge 1 commit intopython:mainfrom
colesbury:gh-149162-intern-common-lock-dont-detach

Conversation

@colesbury
Copy link
Copy Markdown
Contributor

@colesbury colesbury commented Apr 29, 2026

Avoids potential deadlocks with C++ static local initialization in extensions that call PyUnicode_InternFromString during one-time initialization.

Avoids potential deadlocks with C++ static local initialization in
extensions that call PyUnicode_InternFromString during one-time
initialization.
@StanFromIreland StanFromIreland added the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes topic-free-threading

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants