Skip to content

gh-132983: Add zstd version info to test.pythoninfo #134230

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

Merged
merged 6 commits into from
May 19, 2025

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant

Conversation

StanFromIreland
Copy link
Contributor

@StanFromIreland StanFromIreland commented May 19, 2025

vstinner
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I have a minor PEP 8 remark. But the CI is failing.

@vstinner
Copy link
Member

Tests / Ubuntu / build and test (ubuntu-24.04) (pull_request)Failing after 3m

Unexpected warnings:
Include/opcode_ids.h expected 0 warnings, found 2
{'file': 'Include/opcode_ids.h', 'line': '132', 'column': '48', 'message': 'initialized field overwritten', 'option': '-Woverride-init'}
{'file': 'Include/opcode_ids.h', 'line': '133', 'column': '48', 'message': 'initialized field overwritten', 'option': '-Woverride-init'}

@StanFromIreland
Copy link
Contributor Author

Fails are unrelated from what I can tell, most should be resolved by updating the branch as pr's fixing have been merged.

Docs test will fail, but it is fine since #133911 will be merged soon enough.

@StanFromIreland
Copy link
Contributor Author

Yep, all [excluding expected fail] test pass.

@vstinner
Copy link
Member

I clicked on [Update branch] to try to repair the CI.

@vstinner
Copy link
Member

@StanFromIreland: There is an issue in the doc:

/home/runner/work/cpython/Doc/build/NEWS:74: WARNING: py:mod reference target not found: compression.zstd [ref.mod]

…sdsfs.rst

Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinner vstinner merged commit 46d7c11 into python:main May 19, 2025
39 checks passed
@vstinner
Copy link
Member

Merged, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant

3 participants

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant