Skip to content

Fix compilation with Python 3

At least on my installation, the method PyUnicode_AsUFT8 returns const char* rather than char*.

Merge request reports