[docs] [issue9320] os.environ is global for threads

Amaury Forgeot d'Arc report at bugs.python.org
Wed Jul 21 12:31:13 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

>> 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.

----------
nosy: +amaury.forgeotdarc

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


More information about the docs mailing list