-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters #101920
gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters #101920
Conversation
49e4bfe
to
e832631
Compare
FYI, the earlier failure is due to trying to delete a file that Windows still had open. To deal with that, I've switched to a different approach that does not copy the extension file. |
|
|
I'm going to look into the wasm builtbot failures. |
The test verifies the behavior of single-phase init modules when loaded in multiple interpreters.
This test would have identified the failure I hit the other day.