Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
GH-103247: bypass the import cache on the _require_loader helper#104186
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
This is not a fix for the importlib test monkeypatching leakage but it'ssomething that we probably should be doing anyway.Signed-off-by: Filipe Laíns <lains@riseup.net>
cc@JelleZijlstra as the original reporter |
It seems this fell off mental work pool and I only noticed it now. Since we have approvals, I am gonna update the branch and schedule it for merging. |
Bisection shows that the merge of this PR introduced a reference leak in |
@carljm thanks for the catch, let's revert then. |
Uh oh!
There was an error while loading.Please reload this page.
This is not a fix for the importlib test monkeypatching leakage but it's something that we probably should be doing anyway.