Georg Brandl <ge...@python.org> added the comment:

While it's not explicitly documented that run() also shouldn't be called 
multiple times, it does not need to be supported.  Threads can be started 
exactly once -- this is already mentioned in the docs.

Note that run() simply calls the thread target with the given args.  Calling 
thread.run() instead is just a more confusing way of doing this.

----------
nosy: +georg.brandl
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12525>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to