[BUG] PRIu64 definitions not provided through Python.h / pyport.h, similar to CPython
PRIu64 definition is part of <inttypes.h> header and is necessary for compiling libraries such as pandas. Without it, pandas wheel doesn't build on Windows x86.
In Python.h I can see the <inttypes.h> is conditionally not imported on WIN32.
Providing the PRIu64 will allow pandas library (and maybe others as well) to be built on Windows.