Home - Speed - Summaries: (main - py2.7) : (py3.11) : (py3.12) : 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
mattip
skip translated tests if no cpyext, micronumpy
mattip
add lock._cleanup_ for annotation
mattip
test, fix __getitem__ with index<0 (issue 5526)
mattip
add /usr/local/include for _ssl build on benchmarker
Matti Picus
Merge branch 'py3.11' into py3.12
mattip
default opt-out of _cppyy, micronumpy, cpyext for 8.0.0
Matti Picus
Merge branch 'main' into py3.11
Matti Picus
test, fix for a subclass that overrides __format__
mattip
more tar.bz2 -> tar.gz
mattip
typo
mattip
lazily load locks to avoid 'seeing a prebuilt rthread.Lock instance' during annotation
Matti Picus
Merge branch 'py3.11' into py3.12
mattip
carefully merge main into py3.11
Matti Picus
Merge branch 'py3.11' into py3.12
mattip
restore cpyext, removing it breaks _vmprof
Also use pypyoption to decide to skip tests
Matti Picus
sys.implementation is py3, detect __pypy__ instead
mattip
fix PyUnicode_FromKindAndData to only copy data (issue 5525)