[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] more merge fixes

2023-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: faa0fef4 by Matti Picus at 2023-11-23T04:41:16+02:00 more merge fixes --HG-- branch : py3.10 - - - - - 1 changed file: - pypy/module/cpyext/src/modsupport.c View it on Heptapod:

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 3 commits: fix for builds without hpy_universal (32-bit linux)

2023-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 27e05e6e by Matti Picus at 2023-11-22T15:46:25+02:00 fix for builds without hpy_universal (32-bit linux) --HG-- branch : py3.9 - - - - - 1390ddbe by Matti Picus at 2023-11-22T17:52:54+02:00 remove cpyext finalizer from capsule

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] Backed out changeset db9d87141352

2023-11-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: fed23714 by CF Bolz-Tereick at 2023-11-22T12:04:08+01:00 Backed out changeset db9d87141352 it makes test_findsource_with_out_of_bounds_lineno in test_inspect.py fail --HG-- branch : py3.9 - - - - - 1 changed

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] skip the _finddoc tests again on pypy

2023-11-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 6d1e5a9f by CF Bolz-Tereick at 2023-11-22T11:54:10+01:00 skip the _finddoc tests again on pypy _finddoc is only called if getdoc doesnt work, but getdoc works for all the cases in test_finddoc --HG-- branch :

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: #4034 make the construction arguments of builtin types more introspectable

2023-11-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 21138b66 by CF Bolz-Tereick at 2023-11-22T11:36:56+01:00 #4034 make the construction arguments of builtin types more introspectable --HG-- branch : py3.9 - - - - - 9a7c6c81 by CF Bolz-Tereick at

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] #4034 make the construction arguments of builtin types more introspectable

2023-11-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 21138b66 by CF Bolz-Tereick at 2023-11-22T11:36:56+01:00 #4034 make the construction arguments of builtin types more introspectable --HG-- branch : py3.9 - - - - - 2 changed files: - +

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] #4036: pattern matching classes now use the full isinstance machinery, calling

2023-11-22 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 461b1615 by CF Bolz-Tereick at 2023-11-22T10:03:15+01:00 #4036: pattern matching classes now use the full isinstance machinery, calling __instancecheck__ too. --HG-- branch : py3.10 - - - - - 2 changed