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 571de05 commit 2633d18Copy full SHA for 2633d18
Include/internal/pycore_pyerrors.h
@@ -131,7 +131,8 @@ PyAPI_FUNC(void) _PyErr_SetString(
131
const char *string);
132
133
/*
134
- * Set an exception with the error message decoded from the current locale.
+ * Set an exception with the error message decoded from the current locale
135
+ * encoding (LC_CTYPE).
136
*
137
* Exceptions occurring in decoding take priority over the desired exception,
138
* in which case, this returns -1. Otherwise this returns 0 if the localized
0 commit comments