python-sdk/tests
Federico Bond 3217575f4f
fix: event handler methods are not thread-safe (#329)
The _client_handlers dictionary allowed modifications during iteration
without proper concurrency control. I added some reentrant locks to manage
concurrent access to the _global_handlers and _client_handlers data
structures.

See #326

Signed-off-by: Federico Bond <federicobond@gmail.com>
2024-05-03 00:42:43 +10:00
..
evaluation_context refactor!: rename top-level package to openfeature (#192) 2023-09-20 13:22:31 -03:00
features feat!: add support for domains (#271) 2024-02-20 19:31:22 -03:00
hook refactor: mark hook_support module as private/internal (#303) 2024-03-25 18:02:36 +11:00
provider chore: remove excluded ruff rules and fix issues (#254) 2024-01-06 14:25:44 -03:00
__init__.py python-sdk: Work in progress initial commit of a python sdk 2022-05-12 16:11:40 +04:00
conftest.py feat: implement provider events (#278) 2024-03-22 07:45:00 +11:00
test_api.py refactor: bind providers explicitly to a registry with attach/detach (#324) 2024-05-02 09:13:30 +10:00
test_client.py fix: event handler methods are not thread-safe (#329) 2024-05-03 00:42:43 +10:00
test_flag_evaluation.py chore: remove excluded ruff rules and fix issues (#254) 2024-01-06 14:25:44 -03:00