Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
gh-135839: Fixmodule_traverse
andmodule_clear
in subinterp modules#135937
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Since the change is trivial, I will set up an automerge. |
bcc2cba
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…p modules (pythonGH-135937)(cherry picked from commitbcc2cba)Co-authored-by: sobolevn <mail@sobolevn.me>
Sorry,@sobolevn, I could not cleanly backport this to
|
GH-135939 is a backport of this pull request to the3.14 branch. |
…ubinterp modules (pythonGH-135937)(cherry picked from commitbcc2cba)Co-authored-by: sobolevn <mail@sobolevn.me>
GH-135943 is a backport of this pull request to the3.13 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Found it after working on#135840
traverse_module_state
can returnint
, do not use(void)
for it #135839