[Python-bugs-list] [ python-Bugs-751260 ] Thread in threading.py can only be started once

SourceForge.net noreply@sourceforge.net
Mon, 09 Jun 2003 03:16:08 -0700


Bugs item #751260, was opened at 2003-06-09 12:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=751260&group_id=5470

Category: Threads
Group: Python 2.2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Lars Schuenzel (yahoo_alive)
Assigned to: Nobody/Anonymous (nobody)
Summary: Thread in threading.py can only be started once

Initial Comment:
class Thread doesn't reset self.__started after run() has terminated, so one cannot reuse 
the thread class and run start() again.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=751260&group_id=5470