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.
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.

2 participants