Message71767
| 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' |
|