Skip to content

Conversation

@JunyiXie
Copy link
Contributor

@JunyiXieJunyiXie commented Mar 22, 2021

https://bugs.python.org/issue43588
fix:

./Objects/listobject.c:static PyObject *indexerr = NULL; 

https://bugs.python.org/issue43588

@corona10
Copy link
Member

https://bugs.python.org/issue43588#msg389304 as Victor commented, please wait until PEP is approved.

…ython with --with-experimental-isolated-subinterpreters may cause crash
@ericvsmith
Copy link
Member

The bpo number in the title is wrong. It should be 43588.

@ericvsmithericvsmith changed the title bpo-43558: fix listobject.c use static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crashbpo-43588: fix listobject.c use static variables under building under building Python with --with-experimental-isolated-subinterpreters may cause crashMar 22, 2021
@github-actions
Copy link

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
@kumaraditya303
Copy link
Contributor

The static variable was removed in #31366 so closing.

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.

6 participants

@JunyiXie@corona10@ericvsmith@kumaraditya303@the-knights-who-say-ni@bedevere-bot