[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 3 commits: fix PY_MICRO_VERSION

2023-05-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 6b48b37b by Matti Picus at 2023-05-16T11:35:36+03:00 fix PY_MICRO_VERSION --HG-- branch : py3.10 - - - - - 150a0f12 by Matti Picus at 2023-05-16T11:50:46+03:00 enable new passing test_threading_localCAPI test --HG-- branch :

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] #3936: test and fix for position info in pattern matching

2023-05-16 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 706bda52 by Carl Friedrich Bolz-Tereick at 2023-05-16T13:53:16+02:00 #3936: test and fix for position info in pattern matching --HG-- branch : py3.10 - - - - - 3 changed files: - pypy/interpreter/astcompiler

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] #3937: fix line numbers of the first few instructions of the class body to be

2023-05-16 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: fcdf52de by Carl Friedrich Bolz-Tereick at 2023-05-16T15:32:12+02:00 #3937: fix line numbers of the first few instructions of the class body to be (weirdly) compatible with CPython --HG-- branch : py3.10 - - -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] redo 11b2db6468b1 using fmt_for_error to fix translation: rpython has...

2023-05-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 52aad584 by Matti Picus at 2023-05-17T09:53:17+03:00 redo 11b2db6468b1 using fmt_for_error to fix translation: rpython has restricted int formatting options --HG-- branch : py3.10 - - - - - 1 changed file: - pypy/objspace/