Re: [Nix-dev] Python: a bit fatter interpreter

2016-10-26 Thread Freddy Rietdijk
> What's the impact on the Python closure size? The closure size of `python27` went up from 79 MB at 16.09 to 107 MB on stable, and that of `python35` down from 138 MB to 120 MB (because `tkinter` was moved out). Therefore, when we make the switch to Python 3 the closure size will go up a net 41

Re: [Nix-dev] Python: a bit fatter interpreter

2016-10-26 Thread Eelco Dolstra
Hi, On 10/26/2016 04:36 PM, Freddy Rietdijk wrote: > Today I merged staging into master, and this brings some changes to CPython. > Of importance is that the different versions of the interpreter now come with > the whole standard library, except for tkinter. This module can be found at >

[Nix-dev] Python: a bit fatter interpreter

2016-10-26 Thread Freddy Rietdijk
Hi, Today I merged staging into master, and this brings some changes to CPython. Of importance is that the different versions of the interpreter now come with the whole standard library, except for tkinter. This module can be found at pythonPackages.tkinter. Therefore, if you get evaluation