make PyImport_ImportModuleLevel's first arg const like similiar functions (closes #12173)
diff --git a/Misc/NEWS b/Misc/NEWS
index 6762731..36a3c9d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -826,6 +826,9 @@
 - PY_PATCHLEVEL_REVISION has been removed, since it's meaningless with
   Mercurial.
 
+- Issue #12173: The first argument of PyImport_ImportModuleLevel is now `const
+  char *` instead of `char *1`.
+
 Documentation
 -------------