Skip to content
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-103247: bypass the import cache on the _require_loader helper #104186

Merged
merged 2 commits into from
Aug 24, 2023

Conversation

FFY00
Copy link
Member

@FFY00 FFY00 commented May 5, 2023

This is not a fix for the importlib test monkeypatching leakage but it's something that we probably should be doing anyway.

This is not a fix for the importlib test monkeypatching leakage but it's
something that we probably should be doing anyway.

Signed-off-by: Filipe Laíns <lains@riseup.net>
@FFY00
Copy link
Member Author

FFY00 commented May 5, 2023

cc @JelleZijlstra as the original reporter

@FFY00
Copy link
Member Author

FFY00 commented Aug 24, 2023

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.

@FFY00 FFY00 enabled auto-merge (squash) August 24, 2023 20:25
@FFY00 FFY00 merged commit feb9a49 into python:main Aug 24, 2023
15 checks passed
@carljm carljm mentioned this pull request Aug 30, 2023
2 tasks
@carljm
Copy link
Member

carljm commented Aug 30, 2023

Bisection shows that the merge of this PR introduced a reference leak in test_import, so all refleak buildbots are red: #108696

@FFY00
Copy link
Member Author

FFY00 commented Aug 30, 2023

@carljm thanks for the catch, let's revert then.

@carljm
Copy link
Member

carljm commented Aug 30, 2023

@carljm thanks for the catch, let's revert then.

#108698

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants