Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

Quoting the wikipedia page: """multiple threads within a process share state as 
well as memory and other resources"""

If you never worked with threads, then you really need a tutorial about 
threads, or even a general explanation about threads; the reference manual is 
not such a place.
Programming with threads has really complex aspects that are not inherent to 
Python.

[Some people will also say: if you never worked with threads, don't start]

----------
status: pending -> closed

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

Reply via email to