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
gh-5232: fix re.fullmatch in the presence of atomic groups
CF Bolz-Tereick
Merge branch 'main' into py3.11
CF Bolz-Tereick
make int + long and int * long use rbigint.int_add and .int_mul too
this always worked on pypy2 but somehow never made it to 3
Matti Picus
fix PyContextVar_Reset return type (issue 5252)
CF Bolz-Tereick
gh-5049: fix re.fullmatch in the presence of possessive repeats
mattip
fix macos sysconfig LD* values (issue pypa/distutils:283)
mattip
typo (cfbolz)
mattip
add python3.8+ versions of Py_TRASHCAN macros (issue 3958)
Matti Picus
add IO_REPARSE_TAG_MOUNT_POINT to stat for windows
mattip
fix version of python3.10 in versions.json
mattip
fix LDLIBRARY in sysconfig (issue 5249)
Matti Picus
Merge pull request #5254 from stefanor/arm-old-plats
Get 32-bit ARM translating on old platforms again
Stefano Rivera
Define _FILE_OFFSET_BITS and _LARGEFILE_SOURCE on 32-bit ARM (on older platforms)
Fixes: #5229
mattip
update release note
CF Bolz-Tereick
Merge branch 'main' into py3.11
mattip
Merge branch 'py3.10' into py3.11
mattip
Merge branch 'py3.10' into py3.11
mattip
fix LDLIBRARY in sysconfig (issue 5249)
mattip
finalize the v7.3.19 release
CF Bolz-Tereick
gh-5245: fix crash when the JIT copies an empty virtual dict