Skip to content

bpo-43588: fix exceptions.c use static variable under building Python with --with-experimental-isolated-subinterpreters may cause crash.#24965

Closed
dexterhahaha wants to merge 1 commit intopython:mainfrom
dexterhahaha:fix/exceptions_static_variables
Closed

bpo-43588: fix exceptions.c use static variable under building Python with --with-experimental-isolated-subinterpreters may cause crash.#24965
dexterhahaha wants to merge 1 commit intopython:mainfrom
dexterhahaha:fix/exceptions_static_variables

Conversation

@dexterhahaha
Copy link
Contributor

@dexterhahaha dexterhahaha commented Mar 22, 2021

https://bugs.python.org/issue43588

fix

./Objects/exceptions.c:    static PyObject *print_prefix = NULL;
./Objects/exceptions.c:    static PyObject *exec_prefix = NULL;

https://bugs.python.org/issue43588

…erimental-isolated-subinterpreters cause crash
@dexterhahaha dexterhahaha changed the title bpo-43588: use static variable under building Python with --with-experimental-isolated-subinterpreters cause crash. bpo-43588: fix exceptions.c use static variable under building Python with --with-experimental-isolated-subinterpreters may cause crash. Mar 22, 2021
@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
@kumaraditya303
Copy link
Contributor

These static variable don't exist in main branch anymore hence closing.

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

Labels

awaiting review stale Stale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants