Skip to content

bpo-43588: fix codecs.c static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash.#24970

Closed
JunyiXie wants to merge 1 commit intopython:mainfrom
JunyiXie:fix/codecs_static_variable
Closed

bpo-43588: fix codecs.c static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash.#24970
JunyiXie wants to merge 1 commit intopython:mainfrom
JunyiXie:fix/codecs_static_variable

Conversation

@JunyiXie
Copy link
Contributor

@JunyiXie JunyiXie commented Mar 22, 2021

https://bugs.python.org/issue43588

fix

./Python/codecs.c:static _PyUnicode_Name_CAPI *ucnhash_capi = NULL;

https://bugs.python.org/issue43588

…th --with-experimental-isolated-subinterpreters may cause crash
@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Apr 22, 2021
@github-actions github-actions bot removed the stale Stale PR or inactive for long period of time. label Aug 5, 2022
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.

6 participants