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 9690eee commit 338593cCopy full SHA for 338593c
Modules/_threadmodule.c
@@ -2524,7 +2524,7 @@ _thread__get_name_impl(PyObject *module)
2524
2525
#ifdef __sun
2526
// gh-138004: Decode Solaris/Illumos (e.g. OpenIndiana) thread names
2527
- // from ASCII, since OpenIndiana only supports ASCII names.
+ // from ASCII, since OpenIndiana only supports ASCII names.
2528
return PyUnicode_DecodeASCII(name, strlen(name), "surrogateescape");
2529
#else
2530
return PyUnicode_DecodeFSDefault(name);
0 commit comments