[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: properly instantiate PyFunction_Type, PyMethod_Type, PyRange_Type, PyTraceBack_Type (issue 3776)

2022-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: ed183cf5 by Matti Picus at 2022-11-16T14:17:43+02:00 properly instantiate PyFunction_Type, PyMethod_Type, PyRange_Type, PyTraceBack_Type (issue 3776) --HG-- branch : py3.8 - - - - - 7bcbb303 by Matti Picus at 2022-11-16T15:50:

[pypy-commit] [Git][pypy/pypy][branch/py3.8] consolidate PyObject_Call tests

2022-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 28afc163 by Matti Picus at 2022-11-16T17:54:01+02:00 consolidate PyObject_Call tests --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/cpyext/test/test_eval.py - pypy/module/cpyext/test/test_typeobject.py View

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 6 commits: make type lookups fill the .name field of AttributeError

2022-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 02dfba80 by Carl Friedrich Bolz-Tereick at 2022-11-14T21:46:46+01:00 make type lookups fill the .name field of AttributeError --HG-- branch : py3.8 - - - - - ed183cf5 by Matti Picus at 2022-11-16T14:17:43+02:00 properly instant

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: need to check cursor lock in Cursor.close, also lock around __fetch_one_row

2022-11-16 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 0472fd45 by Carl Friedrich Bolz-Tereick at 2022-11-16T20:30:09+01:00 need to check cursor lock in Cursor.close, also lock around __fetch_one_row --HG-- branch : py3.8 - - - - - ea5c0604 by Carl Friedrich Bolz-Te

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: the description should take PARSE_COLNAMES into account

2022-11-16 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: a2235dc4 by Carl Friedrich Bolz-Tereick at 2022-11-16T21:03:13+01:00 the description should take PARSE_COLNAMES into account --HG-- branch : py3.8 - - - - - 46c5a2a3 by Carl Friedrich Bolz-Tereick at 2022-11-16T

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 6 commits: need to check cursor lock in Cursor.close, also lock around __fetch_one_row

2022-11-16 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 0472fd45 by Carl Friedrich Bolz-Tereick at 2022-11-16T20:30:09+01:00 need to check cursor lock in Cursor.close, also lock around __fetch_one_row --HG-- branch : py3.8 - - - - - ea5c0604 by Carl Friedrich Bolz-Te

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: skip corner case test that is too hard for PyPy to get right

2022-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d29c2e0e by Matti Picus at 2022-11-14T10:23:33+02:00 skip corner case test that is too hard for PyPy to get right - - - - - 412d40cd by Matti Picus at 2022-11-16T22:44:29+02:00 backport rpython changes from cfc2d7ffded5 - - - -

[pypy-commit] [Git][pypy/pypy][branch/default] backport rpython changes from cfc2d7ffded5

2022-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 412d40cd by Matti Picus at 2022-11-16T22:44:29+02:00 backport rpython changes from cfc2d7ffded5 - - - - - 4 changed files: - rpython/rlib/rthread.py - rpython/translator/c/src/thread.h - rpython/translator/c/src/thread_nt.c

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: skip corner case test that is too hard for PyPy to get right

2022-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: d29c2e0e by Matti Picus at 2022-11-14T10:23:33+02:00 skip corner case test that is too hard for PyPy to get right - - - - - 412d40cd by Matti Picus at 2022-11-16T22:44:29+02:00 backport rpython changes from cfc2d7ffded5 - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.9] define aliases like CPython does

2022-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 8d747e88 by Matti Picus at 2022-11-17T09:46:07+02:00 define aliases like CPython does --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/include/abstract.h View it on Heptapod: https://foss.heptapod.net/