Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6debe commit e606983Copy full SHA for e606983
1 file changed
Include/codecs.h
@@ -174,7 +174,7 @@ PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc);
174
/* replace the unicode encode error with backslash escapes (\x, \u and \U) */
175
PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc);
176
177
-extern const char *Py_hexdigits;
+PyAPI_DATA(const char *) Py_hexdigits;
178
179
#ifdef __cplusplus
180
}
0 commit comments