This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author malin
Recipients Anatol Pomozov, Jeffrey.Kintscher, Jerrod Frost, daniel.ugra, evan0greenup, lars.gustaebel, lilydjwg, malin, serhiy.storchaka, wicher, yan12125
Date 2020-08-30.04:14:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598760868.71.0.401555812251.issue37095@roundup.psfhosted.org>
In-reply-to
Content
I have spent two weeks, almost complete the code, a preview:
https://github.com/animalize/cpython/pull/8/files

Write directly for stdlib, since there are already zstd modules on pypi.
In addition, the API of zstd is simple, not as complicated as lzma.

Can also use these:
1, argument clinic
2, multi-phase init
3. internal function _PyLong_AsInt
History
Date User Action Args
2020-08-30 04:14:28malinsetrecipients: + malin, lars.gustaebel, daniel.ugra, lilydjwg, serhiy.storchaka, wicher, yan12125, Jeffrey.Kintscher, evan0greenup, Jerrod Frost, Anatol Pomozov
2020-08-30 04:14:28malinsetmessageid: <1598760868.71.0.401555812251.issue37095@roundup.psfhosted.org>
2020-08-30 04:14:28malinlinkissue37095 messages
2020-08-30 04:14:28malincreate