Bug#975861: mercurial: after switching to pytohn3.9 it is 3 times as slow

2021-01-11 Thread Daniel Serpell
Hi Julien, Sorry for not replying earlier. On Fri, Jan 8, 2021 at 1:24 PM Julien Cristau wrote: > > Hi Daniel, > [...] > > Can you provide the output of running hg status with the --profile > option, in both the faster and slower cases? There is an error in the command above, the fast case was

Bug#975861: mercurial: after switching to pytohn3.9 it is 3 times as slow

2021-01-08 Thread Julien Cristau
Hi Daniel, On Wed, Nov 25, 2020 at 06:43:26PM -0300, Daniel Serpell wrote: > After the Debian switch to python3.9 by default, mercurial got a lot slower, > see the following tests in a small repository: > > $ time python3.9 /usr/bin/hg status > real 0m0.403s > user 0m0.391s > sys 0m0.012s >

Bug#975861: mercurial: after switching to pytohn3.9 it is 3 times as slow

2020-11-25 Thread Daniel Serpell
Package: mercurial Version: 5.5.2-1 Severity: normal Dear maintainer, After the Debian switch to python3.9 by default, mercurial got a lot slower, see the following tests in a small repository: $ time python3.9 /usr/bin/hg status real 0m0.403s user 0m0.391s sys0m0.012s $ time