Rollup merge of #136029 - ChrisDenton:py-job, r=jieyouxu
Bootstrap: Don't move ownership of job object I've been thinking about this since the last time I looked at bootstrap's use of job objects. We currently pass ownership of the job object to Python. I feel this is unneeded complexity. The rationale given (in a comment) is that it helps with `ctrl-c` on `x.py`. But using `ctrl-c` when running `x.py` will also cause `bootstrap.exe` to immediately exit so I don't find that convincing.
M
Matthias Krüger committed
7b16b4e4cb9ab3ebc3653d4257dd38c48c20c5a6
Committed by GitHub <noreply@github.com>
on 1/25/2025, 7:03:38 AM