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
dexterhahaha wants to merge 1 commit into
python:mainfrom
dexterhahaha: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
dexterhahaha wants to merge 1 commit into
python:mainfrom
dexterhahaha:fix/codecs_static_variable

Conversation

@dexterhahaha

@dexterhahahadexterhahaha commented Mar 22, 2021

Copy link
Copy Markdown
Contributor

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
Copy Markdown

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

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

@dexterhahaha@corona10@the-knights-who-say-ni@ezio-melotti@bedevere-bot@kumaraditya303