Re: [Python-Dev] Cython compiled stdlib modules - Re: Python startup time

2017-07-24 Thread Nick Coghlan
On 22 July 2017 at 06:43, Stefan Behnel wrote: > Nick Coghlan schrieb am 21.07.2017 um 08:23: >> I'll also note that in these cases where the import overhead is >> proportionally significant for always-imported modules, we may want to look >> at the benefits of freezing them

[Python-Dev] Cython compiled stdlib modules - Re: Python startup time

2017-07-21 Thread Stefan Behnel
Nick Coghlan schrieb am 21.07.2017 um 08:23: > I'll also note that in these cases where the import overhead is > proportionally significant for always-imported modules, we may want to look > at the benefits of freezing them (if they otherwise remain as pure Python > modules), or compiling them as