-
-
Notifications
You must be signed in to change notification settings - Fork 33k
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
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)
Fix #138061