[pypy-commit] [Git][pypy/pypy][branch/py3.7] cache the imported re module (going through __import__ is unfortunately quite

2021-02-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: fad38bab by Carl Friedrich Bolz-Tereick at 2021-02-03T10:49:40+01:00 cache the imported re module (going through __import__ is unfortunately quite expensive on 3.x :-( ). --HG-- branch : py3.7 - - - - - 2 chan

[pypy-commit] [Git][pypy/pypy][branch/default] fix test_ast.

2021-02-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: b3477d17 by Carl Friedrich Bolz-Tereick at 2021-02-03T10:49:53+01:00 fix test_ast. - - - - - 1 changed file: - pypy/interpreter/astcompiler/test/test_ast.py View it on GitLab: https://foss.heptapod.net/py

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: fix test_silly_max

2021-02-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 569354b0 by Carl Friedrich Bolz-Tereick at 2021-02-03T11:08:16+01:00 fix test_silly_max --HG-- branch : py3.7 - - - - - e41f51f6 by Carl Friedrich Bolz-Tereick at 2021-02-03T11:57:58+01:00 fix test_optimized_cre

[pypy-commit] [Git][pypy/pypy][branch/py3.8] implement https://bugs.python.org/issue1054041

2021-02-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 48d6859f by Carl Friedrich Bolz-Tereick at 2021-02-03T14:14:53+01:00 implement https://bugs.python.org/issue1054041 an uncaught ctrl-C/KeyboardInterrupt turns into the right exit code --HG-- branch : py3.8 - -

[pypy-commit] [Git][pypy/pypy][branch/default] 4 commits: express the make_le/ge/gt/lt methods in terms of their _const variants

2021-02-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: f56b25d4 by Carl Friedrich Bolz-Tereick at 2020-04-29T10:37:57+02:00 express the make_le/ge/gt/lt methods in terms of their _const variants - - - - - d9c074c4 by Carl Friedrich Bolz-Tereick at 2020-04-29T10:39:

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 5 commits: use tcl/tk 8.6 on windows

2021-02-03 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: bfeda395 by nulano at 2021-02-02T12:59:19+01:00 use tcl/tk 8.6 on windows --HG-- branch : win-tcl8.6 - - - - - edbc1975 by nulano at 2021-02-02T17:02:30+01:00 fix Tcl/Tk 8.6 packaging on win --HG-- branch : win-tcl8.6 - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 95 commits: introduce a @never_allocate class decorator, which ensure that a certain...

2021-02-03 Thread Matti Picus
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: e8dae8db by Antonio Cuni at 2020-10-02T17:39:55+02:00 introduce a @never_allocate class decorator, which ensure that a certain RPython class is never actually instantiated at runtime. Useful to ensure that e.g. it's always cons

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: use tcl/tk 8.6 on windows

2021-02-03 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 03a26678 by nulano at 2021-02-02T12:59:19+01:00 use tcl/tk 8.6 on windows --HG-- branch : py3.6 - - - - - 063d2a43 by nulano at 2021-02-02T17:02:30+01:00 fix Tcl/Tk 8.6 packaging on win --HG-- branch : py3.6 - - - - - 3 cha

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix test_ast here too

2021-02-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 22892d8a by Carl Friedrich Bolz-Tereick at 2021-02-04T06:31:57+01:00 fix test_ast here too --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/interpreter/astcompiler/test/test_ast.py View it on GitLab: