This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Arfrever, ZackerySpytz, asvetlov, bra, christian.heimes, flox, jcea, kovid, pitrou, r.david.murray, socketpair, vstinner
Date 2020-09-22.14:49:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600786186.55.0.878436418599.issue15500@roundup.psfhosted.org>
In-reply-to
Content
bpo-18006 "Set thread name in linux kernel" was marked as a duplicate of this issue:

"""
In linux (Since 2.6.9) we can use syscall

prctl(PR_SET_NAME, "Some thread name")

to set thread name to the kernel.
(...)
"""
History
Date User Action Args
2020-09-22 14:49:46vstinnersetrecipients: + vstinner, jcea, pitrou, christian.heimes, Arfrever, r.david.murray, asvetlov, flox, bra, kovid, socketpair, ZackerySpytz
2020-09-22 14:49:46vstinnersetmessageid: <1600786186.55.0.878436418599.issue15500@roundup.psfhosted.org>
2020-09-22 14:49:46vstinnerlinkissue15500 messages
2020-09-22 14:49:46vstinnercreate