Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-123085: _compile_importlib: Avoid copying sources before compilation#124131
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 now doesn't copyresources of |
!buildbot fedora |
bedevere-bot commentedSep 16, 2024
🤖 New build scheduled with the buildbot fleet by@encukou for commitcade8d2 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
Uh oh!
There was an error while loading.Please reload this page.
!buildbot fedora |
bedevere-bot commentedSep 17, 2024
🤖 New build scheduled with the buildbot fleet by@jaraco for commit8cd8fe9 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
I pushed a new commit to trim down the logic substantially. Let me know what you think. |
Looks good, thank you! |
42c8b05
intopython:mainUh oh!
There was an error while loading.Please reload this page.
I cherry-picked the change topython/importlib_resources@cc5d9cbb6e. |
…pilation (pythonGH-124131)Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Thanks@encukou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…pilation (pythonGH-124131)(cherry picked from commit42c8b05)Co-authored-by: Petr Viktorin <encukou@gmail.com>Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
GH-128581 is a backport of this pull request to the3.12 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Make the test helper compile directly from the “installed” sources.
This should avoid doing some unnecessary work, as well as possible issues in copying too much/too little metadata to a different filesystem. Hopefully, it'll fix the buildbot failure.