Open methane opened 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.
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.