Closed
Description
Excerpts from here #131526 (comment):
See e.g. https://github.com/python/cpython/actions/runs/14006628024/job/39221297660 and https://github.com/python/cpython/actions/runs/13954576580/job/39062383429#step:4:326.
After building, no more output can be seen.
This is interesting, because
cpython/.github/workflows/tail-call.yml
Lines 82 to 91 in ce79274
clearly
./PCbuild/rt.bat
is invoked. Maybe the reason is, because it is not used with backslashes like inThe question then is, why
./PCbuild/build.bat
is working ...