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 barry, benjamin.peterson, jnoller, mishok13, ncoghlan, pitrou
Date 2008-08-22.18:59:35
SpamBayes Score 0.00053603284
Marked as misclassified No
Message-id <1219431577.25.0.944313080941.issue3352@psf.upfronthosting.co.za>
In-reply-to
Content
There are still some instances of get_name() in threading.py itself,
which gives errors like the following:


Unhandled exception in thread started by <bound method
Thread.__bootstrap of <Thread(reader 5, stopped daemon -1285227632)>>
Traceback (most recent call last):
  File "/home/antoine/cpython/cpickle/Lib/threading.py", line 499, in
__bootstrap
    self.__bootstrap_inner()
  File "/home/antoine/cpython/cpickle/Lib/threading.py", line 537, in
__bootstrap_inner
    (self.get_name(), _format_exc()))
AttributeError: 'Thread' object has no attribute 'get_name'
History
Date User Action Args
2008-08-22 18:59:37pitrousetrecipients: + pitrou, barry, ncoghlan, benjamin.peterson, jnoller, mishok13
2008-08-22 18:59:37pitrousetmessageid: <1219431577.25.0.944313080941.issue3352@psf.upfronthosting.co.za>
2008-08-22 18:59:36pitroulinkissue3352 messages
2008-08-22 18:59:36pitroucreate