You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to making the test more lenient, we can make _thread.set_name() more tolerant to such restriction -- use ASCII encoding with the "replace" or "ignore" error handler as a fallback.
It seems that
pthread_setname_np()only works with ASCII names here.In addition to making the test more lenient, we can make
_thread.set_name()more tolerant to such restriction -- use ASCII encoding with the "replace" or "ignore" error handler as a fallback.cc @vstinner
Linked PRs