Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715).

This commit is contained in:
Nadeem Vawda 2011-12-01 01:18:27 +02:00
parent 97ba26bf72
commit 59bb0e077f
3 changed files with 8 additions and 1 deletions

View file

@ -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