summaryrefslogtreecommitdiff
path: root/Python/importdl.c
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2016-05-27 12:56:41 -0600
committerEric Snow <ericsnowcurrently@gmail.com>2016-05-27 12:56:41 -0600
commit1f1268c0bc93629b7abc16d8af9cf997c32a947b (patch)
tree39ee4dfe533b80ba355fc850ca5de5bc85c09ec0 /Python/importdl.c
parentf9990315cdea1d35808ed89f11a4fe388944553e (diff)
parent3bd347c543f3849bc5c70f7c07aa02bb204d3060 (diff)
downloadcpython-1f1268c0bc93629b7abc16d8af9cf997c32a947b.tar.gz
Issue #27138: Fix the doc comment for FileFinder.find_spec().
Diffstat (limited to 'Python/importdl.c')
-rw-r--r--Python/importdl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/importdl.c b/Python/importdl.c
index 1aa585d5e8..ac03289c4d 100644
--- a/Python/importdl.c
+++ b/Python/importdl.c
@@ -23,8 +23,8 @@ extern dl_funcptr _PyImport_FindSharedFuncptr(const char *prefix,
const char *pathname, FILE *fp);
#endif
-static const char *ascii_only_prefix = "PyInit";
-static const char *nonascii_prefix = "PyInitU";
+static const char * const ascii_only_prefix = "PyInit";
+static const char * const nonascii_prefix = "PyInitU";
/* Get the variable part of a module's export symbol name.
* Returns a bytes instance. For non-ASCII-named modules, the name is