Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

JunyiXie
Copy link
Contributor

@JunyiXie JunyiXie commented Mar 22, 2021

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
@JunyiXie JunyiXie requested a review from markshannon as a code owner March 22, 2021 13:05
@JunyiXie JunyiXie 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

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
@markshannon
Copy link
Member

These static variables have been removed: #26375

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review DO-NOT-MERGE stale Stale PR or inactive for long period of time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants