This appears to be the line that causes the difference. If I revert back to using queue.Queue() in /usr/lib/python3.7/concurrent/futures/thread.py, the py37 tests run successfully without any issues.
- self._work_queue = queue.Queue() + self._work_queue = queue.SimpleQueue() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1782647 Title: py3.7 possible race condition in threading To manage notifications about this bug go to: https://bugs.launchpad.net/designate/+bug/1782647/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
