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
better error message for an except* case
mattip
add more zlib constants (issue 5289)
mattip
Use Py_PYTIME_H macro in time_module.h since it is a replacement
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)
Manuel Jacob
Make gc__isenabled() op return true on Boehm.
The gc__enable() and gc__disable() ops are no-ops on Boehm, so we should consider the GC to be enabled all the time.
CF Bolz-Tereick
add encoding declaration
mattip
update vendored libexpat to 2.7.1
mattip
fix test by deleting outdated argument check
CF Bolz-Tereick
fix type_comment handling in invalid rules
CF Bolz-Tereick
skip test that checks interning implementation details
CF Bolz-Tereick
fix wrong error class
CF Bolz-Tereick
better error message for super
mattip
update stdlib and version to 3.11.13 (issue 5290)
CF Bolz-Tereick
some missing invalid syntax cases for lambdas
Ronan Lamy
Handle CPython inconsistency in test_bytearray_join_with_misbehaving_iterator
Manuel Jacob
Translate variant with --revdb in “Translate PyPy” GitHub workflow.
Manuel Jacob
Merge branch 'main' into py3.11.
Matti Picus
Merge pull request #5285 from rlamy/builtin-failures
Fix test failures in test_builtin.py
CF Bolz-Tereick
don't know what went wrong, it looks like this in cpy 3.11.11
and it passes like this on current pypy
Matti Picus
Merge pull request #5282 from pypy/ci-revdb
Translate variant with --revdb in “Translate PyPy” GitHub workflow.
mattip
include time_module.h even when building with --withoutmod-cpyext (issue 5286)
Manuel Jacob
Allow translation of cpyext module when RevDB is configured.
CF Bolz-Tereick
allow the annotator to const-fold len
usually the flow graph generation does it, but in the case of specialization that doesn't always work