gh-132578: Rename the `threading.Thread._handle` field (#132696)
Commit `0e9c364f` introduced the `_handle` field on instances of `threading.Thread`. Unfortunately it's fairly common for subclasses of `threading.Thread` to define a `_handle()` method, which is shadowed by the new field.
M
mpage committed
3cfab449ab1e3c1472d2a33dc3fae3dc06c39f7b
Parent: 2b47f46
Committed by GitHub <noreply@github.com>
on 4/21/2025, 11:07:54 PM