Message375836
> 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. |
|
Date |
User |
Action |
Args |
2020-08-24 06:17:46 | rhpvorderman | set | recipients:
+ rhpvorderman, gregory.p.smith, scoder, jack1142, jfrances21 |
2020-08-24 06:17:46 | rhpvorderman | set | messageid: <1598249866.39.0.51688009063.issue41566@roundup.psfhosted.org> |
2020-08-24 06:17:46 | rhpvorderman | link | issue41566 messages |
2020-08-24 06:17:46 | rhpvorderman | create | |
|