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 benjamin.peterson, exarkun, gregory.p.smith, loewis, marcin.bachry, neologix, pitrou, python-dev, schmichael, spiv, tseaver, vstinner
Date 2011-05-07.10:19:11
SpamBayes Score 0.0004704347
Marked as misclassified No
Message-id <1304763556.95.0.699897213634.issue8407@psf.upfronthosting.co.za>
In-reply-to
Content
pending_signals-3.patch: doc nit, the link to Thread.ident doesn't work. The doc should be replaced by something like:
              
   *thread_id* can be read from the :attr:`~threading.Thread.ident` attribute   
   of a :class:`threading.Thread` object.  For example,                         
   ``threading.current_thread().ident`` gives the identifier of the current     
   thread.

... but ident or Thread are not link, I don't know why.
History
Date User Action Args
2011-05-07 10:19:17vstinnersetrecipients: + vstinner, loewis, gregory.p.smith, spiv, exarkun, tseaver, pitrou, benjamin.peterson, marcin.bachry, schmichael, neologix, python-dev
2011-05-07 10:19:16vstinnersetmessageid: <1304763556.95.0.699897213634.issue8407@psf.upfronthosting.co.za>
2011-05-07 10:19:11vstinnerlinkissue8407 messages
2011-05-07 10:19:11vstinnercreate