Re: [Python-Dev] PEP 550 V5

2017-09-03 Thread Yury Selivanov
Hi Eric, On Fri, Sep 1, 2017 at 11:29 PM, Eric Snow wrote: > Nice working staying on top of this! Keeping up with discussion is > arguably much harder than actually writing the PEP. :) I have some > comments in-line below. Thanks! > > -eric > > > On Fri, Sep 1, 2017 at 5:02 PM, Yury Selivanov

Re: [Python-Dev] PEP 550 V5

2017-09-01 Thread Guido van Rossum
On Fri, Sep 1, 2017 at 8:29 PM, Eric Snow wrote: > Nice working staying on top of this! Keeping up with discussion is > arguably much harder than actually writing the PEP. :) I have some > comments in-line below. > > -eric > > > On Fri, Sep 1, 2017 at 5:02 PM, Yury Selivanov > wrote: > > [snip

Re: [Python-Dev] PEP 550 V5

2017-09-01 Thread Eric Snow
Nice working staying on top of this! Keeping up with discussion is arguably much harder than actually writing the PEP. :) I have some comments in-line below. -eric On Fri, Sep 1, 2017 at 5:02 PM, Yury Selivanov wrote: > [snip] > > Abstract > > > [snip] > > Rationale > = > > [

[Python-Dev] PEP 550 V5

2017-09-01 Thread Yury Selivanov
Hi, Below is the fifth iteration of the PEP. The summary of changes is in the "Version History" section, but I'll list them here too: * Coroutines have no logical context by default (a revert to the V3 semantics). Read about the motivation in the `Coroutines not leaking context changes by def