Skip to content

GH-103247: bypass the import cache on the _require_loader helper - #104186

Merged
FFY00 merged 2 commits into
python:mainfrom
FFY00:gh-103247-_require_loader
Aug 24, 2023
Merged

GH-103247: bypass the import cache on the _require_loader helper#104186
FFY00 merged 2 commits into
python:mainfrom
FFY00:gh-103247-_require_loader

Conversation

@FFY00

@FFY00FFY00 commented May 5, 2023

Copy link
Copy Markdown
Member

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

FFY00 commented May 5, 2023

Copy link
Copy Markdown
MemberAuthor

cc @JelleZijlstra as the original reporter

@FFY00

Copy link
Copy Markdown
MemberAuthor

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:mainAug 24, 2023
@carljmcarljm mentioned this pull request Aug 30, 2023
2 tasks
@carljm

Copy link
Copy Markdown
Member

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
Copy Markdown
MemberAuthor

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

@carljm

Copy link
Copy Markdown
Member

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

#108698

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@FFY00@carljm@brettcannon@sunmy2019@bedevere-bot