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
da-woods
Typos
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Matti Picus
Merge pull request #5171 from da-woods/sendfunc2
Fix sendfunc definition second go
Matti Picus
revert part of 6897ebd162b
Matti Picus
Merge pull request #5172 from da-woods/patch-1
Second typo in PULL_REQUEST_TEMPLATE.md
mattip
Revert "Fix the type of sendfunc": it breaks the parser
This reverts commit 13a0961c43b0840c9043f680b6c155c19eaeafe8.
Matti Picus
skip --argparse testing of app_main on windows, something causes a hang in Popen
da-woods
Fix the type of sendfunc
This fails to compile on C++ because it's more strict than C about
matching exact function types..
Matti Picus
Merge branch 'py3.10' into py3.11
mattip
Revert "Fix the type of sendfunc"
This reverts commit c409a4ffb023da440b7c60238230f3f349cdf0f3.
da-woods
Fix sendfunc definition second go
da-woods
Remove typedef
mattip
typo
Matti Picus
handle 0-length arg when converting wchar_t to char (issue 5175)
Matti Picus
windows fixes
da-woods
Second typo in PULL_REQUEST_TEMPLATE.md
Second typo.

( It's always nice when people have to add a warning because of you :) )
mattip
fix pytest skip
mattip
Merge branch 'py3.10' into py3.11