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 Rhamphoryncus, amaury.forgeotdarc, benjamin.peterson, gregory.p.smith, jnoller, mikemccand, pitrou, tzot
Date 2008-07-17.09:02:19
SpamBayes Score 0.033859223
Marked as misclassified No
Message-id <1216285330.487f0a925585a@imp.free.fr>
In-reply-to <1216264894.18.0.823244011574.issue874900@psf.upfronthosting.co.za>
Content
Selon "Gregory P. Smith" <report@bugs.python.org>:
>
> To answer Antoine Pitrou's question about using the old ident vs the new
> _get_ident().  I don't know if the forked process will have the same
> thread id.

Then wouldn't it be safer to use _get_ident() rather than re-using the old
thread ID? It doesn't make the code any more complicated as far as I know :)
History
Date User Action Args
2008-07-17 09:02:22pitrousetspambayes_score: 0.0338592 -> 0.033859223
recipients: + pitrou, gregory.p.smith, mikemccand, tzot, amaury.forgeotdarc, Rhamphoryncus, benjamin.peterson, jnoller
2008-07-17 09:02:21pitroulinkissue874900 messages
2008-07-17 09:02:20pitroucreate