mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-134938: Add set_pledged_input_size() to ZstdCompressor (GH-135010)
This commit is contained in:
parent
3d396ab759
commit
4b44b3409a
6 changed files with 285 additions and 2 deletions
|
@ -27,6 +27,7 @@ typedef struct {
|
|||
typedef enum {
|
||||
ERR_DECOMPRESS,
|
||||
ERR_COMPRESS,
|
||||
ERR_SET_PLEDGED_INPUT_SIZE,
|
||||
|
||||
ERR_LOAD_D_DICT,
|
||||
ERR_LOAD_C_DICT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue