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, techtonik, zart
Date 2010-07-21.10:31:11
SpamBayes Score 0.11119886
Marked as misclassified No
Message-id <AANLkTinyAsmATbCeFTvu9FZp0mae1Y62XH0slT_QhOeO@mail.gmail.com>
In-reply-to <AANLkTikZOyAxml3Jo-7tegon9HNxNCbcA4Mu0FhaTVn4@mail.gmail.com>
Content
>> I'm not sure where you'd put this. The defining characteristic of threads is that _all_ objects are shared among them.
> Where is this defining characteristic of threads is described?

in http://docs.python.org/library/thread.html
"""...multiple threads of control sharing their global data space..."""

That's how threads are understood in all programming languages.
History
Date User Action Args
2010-07-21 10:31:13amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, eric.smith, techtonik, zart, docs@python
2010-07-21 10:31:11amaury.forgeotdarclinkissue9320 messages
2010-07-21 10:31:11amaury.forgeotdarccreate