On Sat, 20 Dec 2025 at 10:18, David Bolen wrote:
>
> While unlikely to be the issue, there was a problem with test_profiling
> aborting on my buildbot back from Dec 8-11, due to an interaction with an
> earlier commit and auditing (fixed by Victor in
> https://github.com/python/cpython/issues/1
While unlikely to be the issue, there was a problem with test_profiling
aborting on my buildbot back from Dec 8-11, due to an interaction with an
earlier commit and auditing (fixed by Victor in
https://github.com/python/cpython/issues/142627).
What was happening is that when test_profiling aborted
A couple of times now, I've seen my buildbot consuming a constant 100%
CPU, despite not having an active build. It was a Python process
running inline code, and the code itself looked like it came from
Lib/test/test_profiling/test_sampling_profiler/test_integration.py
(specifically, I think it's th