diff options
author | Sam Gross <colesbury@gmail.com> | 2024-04-08 16:11:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 16:11:36 (GMT) |
commit | 1a6594f66166206b08f24c3ba633c85f86f99a56 (patch) | |
tree | 961c4d6e2f694e482636643993cd17ebbf9ea2fd /Python/getcompiler.c | |
parent | 2067da25796ea3254d0edf61a39bcc0326c4f71d (diff) | |
download | cpython-1a6594f66166206b08f24c3ba633c85f86f99a56.zip cpython-1a6594f66166206b08f24c3ba633c85f86f99a56.tar.gz cpython-1a6594f66166206b08f24c3ba633c85f86f99a56.tar.bz2 |
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.
Diffstat (limited to 'Python/getcompiler.c')
0 files changed, 0 insertions, 0 deletions