Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-132983: Convert compression._common to a package#133086
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
Add an __init__ file. Fix test_tools.test_freeze.
vstinner commentedApr 28, 2025
emmatyping 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.
Thank you for the fix.
picnixz commentedApr 28, 2025
I'll close#133076 then |
emmatyping commentedApr 28, 2025
Should we also consider the module finder error a bug? Perhaps it would be good to file an issue for it? |
fe8ad53 intopython:mainUh oh!
There was an error while loading.Please reload this page.
vstinner commentedApr 28, 2025
Honestly, I don't know. I just wrote a change to fix buildbots :-) |
Uh oh!
There was an error while loading.Please reload this page.
Add an
__init__file. Fix test_tools.test_freeze.