[Python-Dev] PEP 550 v3

Antoine Pitrou solipsis at pitrou.net
Sun Aug 20 06:07:11 EDT 2017


On Sat, 19 Aug 2017 17:21:03 -0700
Guido van Rossum <gvanrossum at 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.




More information about the Python-Dev mailing list