Issue #18783: Removed existing mentions of Python long type in docstrings,
error messages and comments.
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index d6de5f0..f320ccf 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -398,7 +398,7 @@
 #endif
 
 /* define signed and unsigned exact-width 32-bit and 64-bit types, used in the
-   implementation of Python long integers. */
+   implementation of Python integers. */
 #ifndef PY_UINT32_T
 #if SIZEOF_INT == 4
 #define HAVE_UINT32_T 1