mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-05 21:09:11 +00:00
we have test cases which launch processes from threads, and they capture output assuming this counter is thread-safe. at least according to my understanding this operation in python requires a lock to be thread-safe.