Kronuz / pyScss

pyScss, a Scss compiler for Python
MIT License
582 stars 141 forks source link

Py_UNICODE is deprecated since Python 3.3 #402

Open methane opened 4 years ago

methane commented 4 years ago

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.