Kronuz/pyScss

Py_UNICODE is deprecated since Python 3.3

methane opened this issue · 0 comments

BlockLocator is implemented using Py_UNICODE. But Py_UNICODE is deprecated since Python 3.3.
We are planning to remove Py_UNICODE in 3.11. Please rewrite BlockLocator using UTF-8 instead.