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 rhpvorderman
Recipients gregory.p.smith, jack1142, jfrances21, rhpvorderman, scoder
Date 2020-08-24.06:17:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598249866.39.0.51688009063.issue41566@roundup.psfhosted.org>
In-reply-to
Content
> If you take this route, please don't write it directly against the CPython C-API (as you would for a CPython stdlib module).

Thanks for reminding me of this. I was planning to take the laziest route possible anyway, reusing as much code from cpython as possible.

I will probably start with a minimal implementation of these base classes https://github.com/python/cpython/blob/master/Lib/_compression.py using cython, using the gzip implementation in cpython as guidance.
History
Date User Action Args
2020-08-24 06:17:46rhpvordermansetrecipients: + rhpvorderman, gregory.p.smith, scoder, jack1142, jfrances21
2020-08-24 06:17:46rhpvordermansetmessageid: <1598249866.39.0.51688009063.issue41566@roundup.psfhosted.org>
2020-08-24 06:17:46rhpvordermanlinkissue41566 messages
2020-08-24 06:17:46rhpvordermancreate