From fd48386cf96b8c0da0dc2190089dec4da03a2077 Mon Sep 17 00:00:00 2001 From: HAL9000 Date: Thu, 30 Apr 2026 03:09:21 +0000 Subject: [PATCH] docs: add InvariantService thread safety contribution to CONTRIBUTORS.md --- CONTRIBUTORS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0b43e1538..b6fc01cbd 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -14,4 +14,6 @@ Below are some of the specific details of various contributions. * Jeffrey Phillips Freeman has acted as Lead Developer, daily contributor, and Project Owner. * Brent E. Edwards has contributed quality assurance, test coverage, and CI pipeline improvements. +* HAL 9000 added thread safety to InvariantService by introducing threading.RLock to protect all public methods against data corruption and RuntimeError exceptions under concurrent access. (#7524, #8209) * This project was made possible thanks to considerable donation of time, money, and resources by CleverThis, Inc. +