Amaury Forgeot d'Arc <amaur...@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 <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