edgewall / genshi

Python toolkit for generation of output for the web
http://genshi.edgewall.org
Other
86 stars 35 forks source link

Support PEP 393 #26

Closed methane closed 4 years ago

methane commented 4 years ago

Fixes #25.

FelixSchwarz commented 4 years ago

I don't know Python's C internals well enough to judge this bug report but the test suite passes even on Python 3.9 (when using on top of my PR #27). Also the memory leak fix for Python 2 looks good.

hodgestar commented 4 years ago

@methane Would you might updating your branch from master and then I'll review? Apologies this has taken a very long time to get to.

hodgestar commented 4 years ago

Merging this will make providing wheels a bit more urgent, but we have https://github.com/edgewall/genshi/issues/20 to remind us to do that.