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
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
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
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:/
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
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