blob: 0199b710fabb2b093bbc0427c01cb0b530538642 (
plain) (
blame)
1
2
3
4
5
|
--- contrib/tools/python3/Include/cpython/unicodeobject.h (index)
+++ contrib/tools/python3/Include/cpython/unicodeobject.h (working tree)
@@ -10 +10 @@ Py_DEPRECATED(3.13) typedef wchar_t PY_UNICODE_TYPE;
-Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
+typedef wchar_t Py_UNICODE;
|