Skip to content

Conversation

@JunyiXie
Copy link
Contributor

@JunyiXieJunyiXie commented Mar 22, 2021

use static module variable under building Python with --with-experimental-isolated-subinterpreters cause crash.

compiler_mod(structcompiler*c, mod_tymod){PyCodeObject*co; intaddNone=1; staticPyObject*module; if (!module){module=PyUnicode_InternFromString("<module>"); if (!module) returnNULL} ... }

https://bugs.python.org/issue43588

…th-experimental-isolated-subinterpreters cause crash.
@JunyiXie
Copy link
ContributorAuthor

Hello, this change seems might not need to update news.

@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 reviewstaleStale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

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