Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy
Commits:
6f45c1f5 by Yusuke Izawa at 2021-08-11T17:26:50+09:00
Fixed the bug of the interp in test_minilang_stack_1
--HG--
branch : threaded-code-generation
- - - - -
1 changed file:
- rpython/jit/metainterp/test/
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
4712d73f by Carl Friedrich Bolz-Tereick at 2021-08-11T10:29:41+02:00
another case of better __init__ error message
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/objspace/std/objectobject.py
- pypy/o
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
f1cfe09e by Carl Friedrich Bolz-Tereick at 2021-08-11T10:38:18+02:00
fix 32bit translation, probably
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/interpreter/astcompiler/consts.py
View it on Hepta
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
1fa724d5 by Carl Friedrich Bolz-Tereick at 2021-08-11T11:04:10+02:00
fix test (should have been part of 22ccf43c96db)
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/module/imp/test/test_import.py
Vi
Carl Friedrich Bolz-Tereick pushed new branch
branch/py3.7-hack-measure-bytecode-dispatch at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.7-hack-measure-bytecode-dispatch
You're receiving this email because of your account on foss.heptapod.net.
_
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
b753b365 by Carl Friedrich Bolz-Tereick at 2021-08-11T15:04:29+02:00
fix applevel version of test_syntax_warnings_missing_comma
for some reason I don't understand, type(x) in (tuple-of-types) gets
compiled
into
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
b031a345 by Matti Picus at 2021-08-11T18:39:10+03:00
add PyContextVar_New, PyContextVar_Get, PyContextVar_Set (new for python 3.7)
--HG--
branch : py3.7
- - - - -
3 changed files:
- + pypy/module/cpyext/context.py
- pypy/mod
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy
Commits:
a737780f by muke101 at 2021-08-12T03:09:03+01:00
implemented load and store raw variants
--HG--
branch : llvm-jit-backend-experimental
- - - - -
9 changed files:
- rpython/jit/backend/llvm/assembler.py
-