Aug. 20, 2017
10:07 a.m.
On Sat, 19 Aug 2017 17:21:03 -0700 Guido van Rossum <gvanrossum@gmail.com> wrote:
The way we came to "logical context" was via "logical thread (of control)", which is distinct from OS thread. But I think we might need to search for another term...
Perhaps "task context"? A "task" might be a logical thread, OS thread, or anything else that deserves a distinct set of implicit parameters. Regards Antoine.