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
fix test_pypy_c test
mattip
skip hyp_universal on revdb build
mattip
finalize release note
mattip
set env for app_main test
mattip
add release not for v7.3.20
Matti Picus
Merge pull request #5307 from mgorny/cffi-dep
Remove `pycparser` dep from `cffi` dist-info
mattip
Merge branch 'main' into py3.11
mattip
Merge branch 'main' into py3.11
Manuel Jacob
Improve job names of “Translate PyPy” GitHub workflow.
Before:
    build (ubuntu-24.04, false)
    build (ubuntu-24.04, true)

After:
    build on ubuntu-24.04
    build on ubuntu-24.04 (with RevDB)
CF Bolz-Tereick
Merge branch 'main' into py3.11
mattip
update LICENSE, contributors.rst
mattip
add PyGILState_GetThisThreadState (issue 5302)
Michał Górny
Remove `pycparser` dep from `cffi` dist-info
Remove the incorrect `pycparser` dependency from `cffi` dist-info.
PyPy is vendoring `pycparser` inside `cffi`, and not as a global
package.  Having an explicit dependency meant that `pip check` would
fail in environments without `pycparser` manually installed,
in particular in a fresh venv.

Fixes #5306
mattip
fix test to take debug cruft into account
mattip
update version to v7.3.21
mattip
Merge branch 'main' into py3.11
Manuel Jacob
Translate variant with --revdb in “Translate PyPy” GitHub workflow.
mattip
update release note, versions.json
Matti Picus
Merge pull request #5282 from pypy/ci-revdb
Translate variant with --revdb in “Translate PyPy” GitHub workflow.
CF Bolz-Tereick
optimize list.__eq__ with a jit driver
fixes gh-5300