[pypy-commit] [Git][pypy/pypy][branch/py_initialize] fix translation, minimize some of _testembed.c

2022-11-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py_initialize at PyPy / pypy Commits: 7ff51870 by Matti Picus at 2022-11-09T11:41:15+02:00 fix translation, minimize some of _testembed.c --HG-- branch : py_initialize - - - - - 3 changed files: - lib-python/3/Programs/_testembed.c - pypy/module/cpyext/p

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 9 commits: typo

2022-11-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 2034307a by Matti Picus at 2022-11-03T17:00:22+02:00 typo --HG-- branch : py3.8 - - - - - cb3e4d37 by Jakob Wenzel at 2022-11-09T12:29:56+02:00 add failing tests for issues 3844, 3845 (skipped on py3.8), 3847 --HG-- branch : p

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: add failing tests for issues 3844, 3845 (skipped on py3.8), 3847

2022-11-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: cb3e4d37 by Jakob Wenzel at 2022-11-09T12:29:56+02:00 add failing tests for issues 3844, 3845 (skipped on py3.8), 3847 --HG-- branch : py3.8 - - - - - 1d2c44e8 by Matti Picus at 2022-11-09T23:49:31+02:00 emit a nicer error mess

[pypy-commit] [Git][pypy/pypy][branch/py3.9] copy-paste error: use unique loop counter (Jakob Wenzel)

2022-11-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 45451d3a by Matti Picus at 2022-11-10T15:51:38+02:00 copy-paste error: use unique loop counter (Jakob Wenzel) --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/typeobject.py View it on Heptapod: https:/

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: merge py3.8

2022-11-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 229b1978 by Carl Friedrich Bolz-Tereick at 2022-10-25T22:48:08+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 29d77cbe by Carl Friedrich Bolz-Tereick at 2022-11-10T20:35:44+01:00 #3841: fix DICT_MERGE with ob

[pypy-commit] [Git][pypy/pypy][branch/default] #3840: implement the .description attribute of cursors more carefully

2022-11-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: d7b59ef5 by Carl Friedrich Bolz-Tereick at 2022-11-10T21:14:17+01:00 #3840: implement the .description attribute of cursors more carefully - - - - - 3 changed files: - extra_tests/test_sqlite3.py - lib-pytho