SIGN IN SIGN UP

gh-117439: Make refleak checking thread-safe without the GIL (#117469)

This keeps track of the per-thread total reference count operations in
PyThreadState in the free-threaded builds. The count is merged into the
interpreter's total when the thread exits.
S
Sam Gross committed
1a6594f66166206b08f24c3ba633c85f86f99a56
Parent: 2067da2
Committed by GitHub <noreply@github.com> on 4/8/2024, 4:11:36 PM