mirror of
https://github.com/python/cpython.git
synced 2025-09-18 06:30:38 +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. */
|
||||
|
||||
#ifndef ZSTD_BUFFER_H
|
||||
#define ZSTD_BUFFER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue