I have a Cython project that errors with error C4996: 'Py_UNICODE': deprecated in 3.13 only when building on Python 3.13 on win32. The same code builds with Python 3. ...
I am installing from source (python setup.py install --prefix=$HOME) and seeing a lot of this kind of thing: ...