homepage

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 newtodisworld
Recipients newtodisworld
Date 2011年07月10日.12:49:41
SpamBayes Score 3.6436118e-06
Marked as misclassified No
Message-id <1310302182.7.0.901350004785.issue12525@psf.upfronthosting.co.za>
In-reply-to
Content
I created a thread, and started it and then called its run method. It raised an AttributeError exception
from threading import Thread
def func():
 print 'abc'
t = Thread(None, func)
t.start()
t.run()
here t.run() raises an exception.
History
Date User Action Args
2011年07月10日 12:49:42newtodisworldsetrecipients: + newtodisworld
2011年07月10日 12:49:42newtodisworldsetmessageid: <1310302182.7.0.901350004785.issue12525@psf.upfronthosting.co.za>
2011年07月10日 12:49:42newtodisworldlinkissue12525 messages
2011年07月10日 12:49:41newtodisworldcreate

AltStyle によって変換されたページ (->オリジナル) /