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 pitrou
Recipients Claudiu.Popa, Shiming He, andreasvc, bquinlan, dan.oreilly, giampaolo.rodola, jcon, josh.r, mark.dickinson, mdengler, nchammas, pitrou, s0undt3ch, thehesiod
Date 2017-11-03.09:02:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509699771.31.0.213398074469.issue21423@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, the submitted PR follows Dan's argument about the initializer's argument: the actual call is `initializer(*initargs)`. If someone wants to know about the current thread or process, it's trivial to call `thread.current_thread()` or `multiprocessing.current_process()` (and I don't it's a bad idiom in itself :-)).

If you want to comment on the PR, I would recommend doing it quick, as I plan to merge in a day or two :-)
History
Date User Action Args
2017-11-03 09:02:51pitrousetrecipients: + pitrou, bquinlan, mark.dickinson, giampaolo.rodola, Claudiu.Popa, jcon, mdengler, s0undt3ch, thehesiod, josh.r, andreasvc, dan.oreilly, nchammas, Shiming He
2017-11-03 09:02:51pitrousetmessageid: <1509699771.31.0.213398074469.issue21423@psf.upfronthosting.co.za>
2017-11-03 09:02:51pitroulinkissue21423 messages
2017-11-03 09:02:51pitroucreate