mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
Most of the `self.assertTrue(self.called)` checks are flaky because the worker threads may sometimes finish before the main thread calls `self.during_threads()`. (cherry picked from commit 71126ab19c76d8227fc3b9c7c59b957ca82af4dd) Co-authored-by: Sam Gross <colesbury@gmail.com>