-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-132983: Clean-ups for _zstd
#133670
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
gh-132983: Clean-ups for _zstd
#133670
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
0c3c667
zstd: replace star import with explicit names
AA-Turner e02f66c
zstd: factor common parts of set_zstd_error()
AA-Turner 686ae61
zstd: Remove ZSTD_versionString from error messages
AA-Turner 7ea1ac1
zstd: Simplify version_info setup
AA-Turner 9774338
zstd: Replace _compressionLevel_values with ZSTD_CLEVEL_DEFAULT
AA-Turner d1dea98
zstd: Remove _ZSTD_CStreamSizes, replace _ZSTD_DStreamSizes with ZSTD…
AA-Turner ac1e39c
zstd: Remove _ZSTD_CONFIG
AA-Turner 1a54bf3
zstd: Replace add_parameters and ADD_INT_PREFIX_MACRO with PyModule_A…
AA-Turner 9cb7a3d
Merge branch 'main' into zstd-clean
AA-Turner 663e666
Revert "zstd: factor common parts of set_zstd_error()"
AA-Turner dd1380d
Use PyModule_Add
AA-Turner fcd6561
Check failure cases for int macros
AA-Turner 06a4723
Remove ERR_SET_PLEDGED_INPUT_SIZE
AA-Turner ef2634d
Use PyLong_FromSize_t
AA-Turner ff28bf2
Use runtime version
AA-Turner 3d3dbf7
Calculate zstd_version_info in Python
AA-Turner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
zstd: factor common parts of set_zstd_error()
- Loading branch information
commit e02f66cd87812cc4a60ba52ed1ec691b93a1ef22
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.