-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-138061: Exclude __pycache__ directory from the computed digest in the jit stencils #138131
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
Conversation
diegorusso
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM but I'd like a second opinion on it.
|
I'm also 50/50 for the news file. Let's wait a second opinion. |
|
I tested this change and it helped. |
|
Ok, let's try to progress this. Can you create a news file? Click on bedevere/news in the failed checks and follow the instructions. Focus more on the purpose of the PR from the user point of view. |
|
@diegorusso Thanks for reviews, |
…st in the JIT stencils (python#138131) Exclude the __pycache__ directory when generating the digest in the JIT stencils
https://build.opensuse.org/request/show/1304274 by user dgarcia + anag_factory - Add gh138131-exclude-pycache-from-digest.patch fixing reproducible build for python-nogil. (bsc#1244680, gh#python/cpython#138131)
|
Thanks @alonme for the PR, and @diegorusso for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @alonme for the PR, and @diegorusso for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…st in the JIT stencils (pythonGH-138131) Exclude the __pycache__ directory when generating the digest in the JIT stencils (cherry picked from commit d3d94e0) Co-authored-by: alm <[email protected]>
…st in the JIT stencils (pythonGH-138131) Exclude the __pycache__ directory when generating the digest in the JIT stencils (cherry picked from commit d3d94e0) Co-authored-by: alm <[email protected]>
|
GH-142481 is a backport of this pull request to the 3.13 branch. |
|
GH-142482 is a backport of this pull request to the 3.14 branch. |
…est in the JIT stencils (GH-138131) (#142481) Co-authored-by: alm <[email protected]>
…est in the JIT stencils (GH-138131) (#142482) Co-authored-by: alm <[email protected]>
Fix #138061