[issue9320] os.environ is global for threads

Amaury Forgeot d'Arc amauryfa at gmail.com
Wed Jul 21 12:31:10 CEST 2010


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


More information about the Python-bugs-list mailing list