Skip to content

gh-153621: Expose raw libzstd error code in ZstdError messages#153641

Open
su-213 wants to merge 1 commit into
python:mainfrom
su-213:zstd-error-code
Open

gh-153621: Expose raw libzstd error code in ZstdError messages#153641
su-213 wants to merge 1 commit into
python:mainfrom
su-213:zstd-error-code

Conversation

@su-213

@su-213 su-213 commented Jul 13, 2026

Copy link
Copy Markdown

Include the raw error code returned by libzstd in all ZstdError messages, making it easier for users to diagnose compression and decompression issues.

Include the raw error code returned by libzstd in all ZstdError messages, making it easier for users to diagnose compression and decompression issues.

Closes #153621

Include the raw error code returned by libzstd in all ZstdError messages, making it easier for users to diagnose compression and decompression issues.
@bedevere-app

bedevere-app Bot commented Jul 13, 2026

Copy link
Copy Markdown

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@python-cla-bot

python-cla-bot Bot commented Jul 13, 2026

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

CLA signed

@StanFromIreland StanFromIreland changed the title gh-153621: Expose raw libzstd error codgh-153621: Expose raw libzstd error code in ZstdError messagese in ZstdError messages gh-153621: Expose raw libzstd error code in ZstdError messages Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve error message of compression.zstd.ZstdError

1 participant