[issue8103] threading.start() : unable to restart thread

Benjamin VENELLE report at bugs.python.org
Tue Mar 9 21:43:00 CET 2010


New submission from Benjamin VENELLE <kain94 at 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 <report at bugs.python.org>
<http://bugs.python.org/issue8103>
_______________________________________


More information about the Python-bugs-list mailing list