Peter Bierma
Peter Bierma
Ugh, daemon threads strike again. This looks like an actual regression, that code was added in 3.13: GH-114424 It's hard to tell without seeing the entire test case, but I'm...
After *a lot* of investigation, I've finally found the cause of this bug. Here's a small repro: ```py import sys import threading import time class Evil(threading.Thread): def __init__(self): self.ref =...
This will be fixed in 3.13.6 and hopefully 3.14.0. The 3.14 backport hasn't yet landed because the branch is [locked until October](https://discuss.python.org/t/the-3-14-branch-is-locked-for-rc1/99720/), but I don't see any reason why it...