Skip to content

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

Closed
dexterhahaha wants to merge 1 commit into
python:mainfrom
dexterhahaha:fix/codeobject_static_variables
Closed

bpo-43588: fix codeobject.c static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash.#24968
dexterhahaha wants to merge 1 commit into
python:mainfrom
dexterhahaha:fix/codeobject_static_variables

Conversation

@dexterhahaha

@dexterhahahadexterhahaha commented Mar 22, 2021

Copy link
Copy Markdown
Contributor

https://bugs.python.org/issue43588

fix

./Objects/codeobject.c: static PyObject *emptystring = NULL;
./Objects/codeobject.c: static PyObject *nulltuple = NULL;

https://bugs.python.org/issue43588

…n with --with-experimental-isolated-subinterpreters may cause crash
@dexterhahahadexterhahaha changed the title fix codeobject.c static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash.bpo-43588: fix codeobject.c static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crash.Mar 22, 2021
@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
@markshannon

Copy link
Copy Markdown
Member

These static variables have been removed: #26375

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting reviewDO-NOT-MERGEstaleStale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@dexterhahaha@markshannon@corona10@the-knights-who-say-ni@bedevere-bot