Closed pablogsal closed 5 years ago
Thanks :tada:
Genshi 0.7.2 doesn't include this fix. Would it be possible to get a new release? genshi benchmark was disable in performance project because it is not compatible with Python 3.8: https://github.com/python/performance/issues/54
FYI I proposed to add a new code.replace() method which should make genshi more future-proof once it will use it ;-) https://bugs.python.org/issue37032
This conversation already happens at https://github.com/edgewall/genshi/issues/18#issuecomment-491439056
Genshi 0.7.3 with the PEP 570 fix included has been released.
This patch makes genshi compatible with the Python 3.8 alpha, which changed the representation of code objects to support positional-only arguments.
Closes: #18