mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-06 21:39:08 +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.