Some platforms provide uintptr_t in inttypes.h.  Patch by
Akira Kitada.
diff --git a/Misc/NEWS b/Misc/NEWS
index 94f0d86..81dc552 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -346,6 +346,9 @@
 Build
 -----
 
+- Issue #10054: Some platforms provide uintptr_t in inttypes.h.  Patch by
+  Akira Kitada.
+
 - Issue #10055: Make json C89-compliant in UCS4 mode.
 
 - Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)