mirror of
https://github.com/python/cpython.git
synced 2026-07-23 18:36:26 -04:00
9127013b56
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 71126ab19c)
Co-authored-by: Sam Gross <colesbury@gmail.com>