New submission from Benjamin VENELLE <kai...@gmail.com>:

Hi,

I've found a bug in threading module. "self._started" event is never cleared 
when thread terminates. So, at line 452, in start() function, the test "if 
self._started.is_set():" prevents any restart.

PS: I saw this bug in Python 3.1.1 32 bit on a Windows 7 platform.

----------
components: Library (Lib)
messages: 100749
nosy: Kain94
severity: normal
status: open
title: threading.start() : unable to restart thread
type: behavior
versions: Python 3.1

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

Reply via email to