File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -502,6 +502,7 @@ Jan Kaliszewski
502502Peter van Kampen
503503Rafe Kaplan
504504Jacob Kaplan-Moss
505+ Per Øyvind Karlsen
505506Lou Kates
506507Hiroaki Kawai
507508Sebastien Keim
Original file line number Diff line number Diff line change @@ -400,6 +400,7 @@ Library
400400-------
401401
402402- Issue #6715: Add a module 'lzma' for compression using the LZMA algorithm.
403+ Thanks to Per Øyvind Karlsen for the initial implementation.
403404
404405- Issue #13487: Make inspect.getmodule robust against changes done to
405406 sys.modules while it is iterating over it.
Original file line number Diff line number Diff line change 1- /* _lzma - Low-level Python interface to liblzma. */
1+ /* _lzma - Low-level Python interface to liblzma.
2+
3+ Initial implementation by Per Øyvind Karlsen.
4+ Rewritten by Nadeem Vawda.
5+
6+ */
27
38#define PY_SSIZE_T_CLEAN
49
You can’t perform that action at this time.
0 commit comments