Home - Speed - Summaries: (main - py2.7) : (py3.10) : (py3.11) : Everything : RPython - Nightly builds - Waterfall - Builders - About

Console View


Categories: aarch64 benchmark-run linux32 linux64 macos-arm64 macos-x86_64 win64
Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

aarch64 benchmark-run linux32 linux64 macos-arm64 macos-x86_64 win64
CF Bolz-Tereick
sqlite3: use the v2 trace api
CF Bolz-Tereick
sqlite3: multiple sql statements is now not a warning but a ProgrammingError
CF Bolz-Tereick
sqlite3: error msg
CF Bolz-Tereick
sqlite3: make Blob instantiation slightly harder
Matti Picus
initialize view readonly flag properly (issue 5136)
CF Bolz-Tereick
sqlite3: conditionally add serialize, based on sqlite3 version
CF Bolz-Tereick
sqlite3: typo in extended error code support
CF Bolz-Tereick
sqlite3: fix interrupt
CF Bolz-Tereick
backport of https://github.com/python/cpython/issues/126606
original commit message:

GH-126606: don't write incomplete pyc files (GH-126627)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Brett Cannon <brett@python.org>
CF Bolz-Tereick
sqlite3: different exception class
Matti Picus
do BPO 45135 a little differently: on PyPy ht_name == tp_name
Matti Picus
add _ssl.keylog_filename (issue 5141)
mattip
Merge branch 'py3.10' into py3.11
CF Bolz-Tereick
sqlite3: another case of non-contiguous-block checking
CF Bolz-Tereick
sqlite3: error message
CF Bolz-Tereick
sqlite3: weird reinit behaviour cpython supports
mattip
increment pos in PyDict_Next after checking len (issue 5142)
CF Bolz-Tereick
sqlite3: deal with comments at the start of the query
https://github.com/python/cpython/issues/79579
Matti Picus
do not initialize values if newline is wrong (issue 5140)
CF Bolz-Tereick
sqlite3: conditionally add serialize, based on sqlite3 version
mattip
skip outdated test
Matti Picus
set type->tp_dictoffset[0] to the PyDictObject of obj.__dict__
This only works if the pyobj has a w_obj
CF Bolz-Tereick
sqlite3: type error
CF Bolz-Tereick
sqlite3: allow seeking to the very end of a blob
Matti Picus
initialize view readonly flag properly (issue 5136)