mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
ffc67b3505
gh-138004: Fix setting a thread name on OpenIndiana (GH-138017)
Encode Solaris/Illumos thread names to ASCII, since
OpenIndiana does not support non-ASCII names.
Add tests for setting non-ASCII name for the main thread.
(cherry picked from commit c19db1d2b8)
Co-authored-by: jadonduff <jadon_duff@icloud.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Source files for standard library extension modules, and former extension modules that are now builtin modules.