[Python-Dev] [python-committers] FINAL WEEK FOR 3.7.0 CHANGES!

Serhiy Storchaka storchaka at gmail.com
Thu May 24 12:26:27 EDT 2018


24.05.18 19:02, Ned Deily пише:
> On May 24, 2018, at 11:35, Serhiy Storchaka <storchaka at gmail.com> wrote:
>> I have doubts about two issues. I feel the responsibility for them because I had the opportunity to solve them before, but I lost it.
> [...]
>
> Serhiy, what are the bugs.python.org issue numbers for these?  Are they marked as "release blocker"?

For docstring in AST: https://bugs.python.org/issue32911

Inada's patch looked complex (actually it mostly restored the code 
before his previous change). We didn't know about IPython and we decided 
that it is not worth to change this code at this stage (after beta2). 
And definitely it will be later to do this after rc1.

For pickling of typing types: https://bugs.python.org/issue32873

Ivan fixed cases supported before 3.7. They now are backward and forward 
compatible. But cases not supported before 3.7 (like List[int]) now 
produce fragile pickles.



More information about the Python-Dev mailing list