[Python-Dev] PEP 550 v3 naming

2017-08-20 Thread Jim J. Jewett
Building on Brett's suggestion: FrameContext: used in/writable by one frame ContextStack: a FrameContext and its various fallbacks -jJ ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscr

Re: [Python-Dev] PEP 550 v3

2017-08-20 Thread Guido van Rossum
> > On Sun, Aug 20, 2017, 03:08 Antoine Pitrou wrote: > >> On Sat, 19 Aug 2017 17:21:03 -0700 >> Guido van Rossum 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 >> > anoth

Re: [Python-Dev] PEP 550 v3

2017-08-20 Thread Brett Cannon
On Sun, Aug 20, 2017, 03:08 Antoine Pitrou wrote: > On Sat, 19 Aug 2017 17:21:03 -0700 > Guido van Rossum 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... > >

[Python-Dev] 2.7.14 schedule

2017-08-20 Thread Benjamin Peterson
Hi all, I've set the 2.7.14 release schedule. There will be a release candidate on August 26 with a planned final for September 16. ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https:/

Re: [Python-Dev] PEP 550 v3

2017-08-20 Thread francismb
Hi Yury, On 08/18/2017 10:33 PM, Yury Selivanov wrote: > * ``.get()`` method: return the current EC value for the context key. > Context keys return ``None`` when the key is missing, so the method > never fails. Is the difference between `Key not found` and `value is None` important here? Tha

Re: [Python-Dev] PEP 550 v3

2017-08-20 Thread Antoine Pitrou
On Sat, 19 Aug 2017 17:21:03 -0700 Guido van Rossum 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 th

Re: [Python-Dev] PEP 550 v3

2017-08-20 Thread Ethan Furman
On 08/19/2017 10:41 PM, Nick Coghlan wrote: On 20 August 2017 at 10:21, Guido van Rossum 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... Right. Framing it in pragmatic