[issue12525] Unable to run a thread

Eric V. Smith report at bugs.python.org
Sun Jul 10 14:58:14 CEST 2011


Eric V. Smith <eric at trueblade.com> added the comment:

Don't call both start() and run(). From the documentation, start() arranges for run() to be called. After the call to start(), 'abc' is printed.

----------
components: +Extension Modules -Build
nosy: +eric.smith
resolution:  -> invalid
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12525>
_______________________________________


More information about the Python-bugs-list mailing list