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 gaborjbernat
Recipients gaborjbernat
Date 2020-12-03.09:49:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606988963.46.0.590267410194.issue42552@roundup.psfhosted.org>
In-reply-to
Content
I want to request automatically adding the current thread ident on the thread start as parent_ident. I would like this to be able to implement thread-local variables that inherit their values from the parent thread. See https://gist.github.com/gaborbernat/67b653f1d3ce4857a065a3bd81e424df#file-thread_inheritence_sol_1-py-L1 for such an example.
History
Date User Action Args
2020-12-03 09:49:23gaborjbernatsetrecipients: + gaborjbernat
2020-12-03 09:49:23gaborjbernatsetmessageid: <1606988963.46.0.590267410194.issue42552@roundup.psfhosted.org>
2020-12-03 09:49:23gaborjbernatlinkissue42552 messages
2020-12-03 09:49:23gaborjbernatcreate