mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715).
This commit is contained in:
parent
97ba26bf72
commit
59bb0e077f
3 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
/* _lzma - Low-level Python interface to liblzma. */
|
||||
/* _lzma - Low-level Python interface to liblzma.
|
||||
|
||||
Initial implementation by Per Øyvind Karlsen.
|
||||
Rewritten by Nadeem Vawda.
|
||||
|
||||
*/
|
||||
|
||||
#define PY_SSIZE_T_CLEAN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue