This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, docs@python, eric.smith, georg.brandl, techtonik, zart
Date 2010-07-21.22:19:27
SpamBayes Score 0.019377086
Marked as misclassified No
Message-id <1279750769.81.0.0931413977287.issue9320@psf.upfronthosting.co.za>
In-reply-to
Content
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]
History
Date User Action Args
2010-07-21 22:19:29amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, georg.brandl, eric.smith, techtonik, zart, docs@python
2010-07-21 22:19:29amaury.forgeotdarcsetmessageid: <1279750769.81.0.0931413977287.issue9320@psf.upfronthosting.co.za>
2010-07-21 22:19:27amaury.forgeotdarclinkissue9320 messages
2010-07-21 22:19:27amaury.forgeotdarccreate