[Python-Dev] Re: PEP 687 – Isolating modules in the standard library

2022-04-12 Thread Erlend Egeberg Aasland
> On 12 Apr 2022, at 01:23, Nick Coghlan wrote: > On Tue, 12 Apr 2022, 3:59 am Guido van Rossum, wrote: > In the sentence starting with > > Making that final paragraph the first paragraph in the section should help on > both points (reminds me of flipping an if/else in code so the one-liner

[Python-Dev] Re: PEP 687 – Isolating modules in the standard library

2022-04-11 Thread Nick Coghlan
On Tue, 12 Apr 2022, 3:59 am Guido van Rossum, wrote: > In the sentence starting with > > Types whose methods need access to their module instance will be converted > to heap types[...] > > please emphasize (bold!) "whose methods need access to their module > instance". > > Also emphasize this

[Python-Dev] Re: PEP 687 – Isolating modules in the standard library

2022-04-11 Thread Guido van Rossum
In the sentence starting with Types whose methods need access to their module instance will be converted to heap types[...] please emphasize (bold!) "whose methods need access to their module instance". Also emphasize this paragraph: "Static types that do not need module state access, and have