commit | 587a1031aa10ec3e6cd8faa7cd1bbe9a5edc3736 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Nov 07 09:16:48 2023 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Tue Nov 21 07:09:08 2023 -0700 |
tree | f2d45e84a3009bae6f88a9a63d13d0486439e591 | |
parent | d80aef339f6c7c30da28f79056725eedd64f84d7 [diff] |
Refactor DAP queue handling A couple of spots in the DAP code use the same workaround for the absence of queue.SimpleQueue before Python 3.6. This patch consolidates these into a single spot.