mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
gh-132983: Convert zstd `__new__
` methods to Argument Clinic (#133860)
This commit is contained in:
parent
0eb448cae5
commit
d29ddbd90c
16 changed files with 275 additions and 371 deletions
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
Low level interface to Meta's zstd library for use in the compression.zstd
|
||||
Python module.
|
||||
*/
|
||||
/* Low level interface to the Zstandard algorthm & the zstd library. */
|
||||
|
||||
/* Declarations shared between different parts of the _zstd module*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue