Tom de Vries
fff601fb30
[gdb/dap] Fix regressions with python 3.6
...
With test-case gdb.dap/ada-arrays.exp, on Leap openSUSE 15.6 with python 3.6,
I run into:
...
Python Exception <class 'TypeError'>: 'type' object is not subscriptable
Error occurred in Python: 'type' object is not subscriptable
ERROR: tcl error sourcing ada-arrays.exp.
...
This is due to using a python 3.9 construct:
...
thread_ids: dict[int, int] = {}
...
Fix this by using typing.Dict instead.
Tested on x86_64-linux.
2024-12-14 09:36:37 +01:00
..
2024-12-14 09:36:37 +01:00
2024-11-01 11:06:47 -06:00
2024-11-14 19:34:43 +00:00
2024-11-23 12:20:34 +01:00
2024-09-23 13:44:59 -06:00
2024-11-20 09:33:17 +00:00
2024-09-24 13:06:32 +02:00
2024-11-23 12:20:34 +01:00
2024-11-23 12:20:34 +01:00
2024-11-01 11:06:47 -06:00
2024-09-23 13:44:59 -06:00
2024-09-23 13:44:59 -06:00
2024-09-23 13:44:59 -06:00
2024-09-24 13:06:32 +02:00
2024-09-24 13:06:32 +02:00
2024-11-25 22:07:04 -05:00
2024-11-11 07:44:27 -07:00
2024-09-24 13:06:32 +02:00
2024-09-24 13:06:32 +02:00
2024-09-24 13:06:32 +02:00
2024-09-23 13:44:59 -06:00
2024-12-09 14:17:23 -07:00
2024-09-24 13:06:32 +02:00
2024-09-23 13:44:59 -06:00
2024-10-18 11:50:27 -06:00
2024-11-14 19:34:44 +00:00
2024-09-24 13:06:32 +02:00
2024-09-24 13:06:32 +02:00
2024-09-23 13:44:59 -06:00
2024-11-10 10:18:23 +00:00
2024-09-24 14:22:28 +02:00
2024-08-14 11:20:56 +02:00
2024-09-24 13:06:32 +02:00
2024-08-14 11:20:56 +02:00
2024-09-23 13:44:59 -06:00
2024-09-24 13:06:32 +02:00
2024-12-09 14:05:02 -07:00
2024-09-23 13:44:59 -06:00
2024-11-01 11:06:47 -06:00
2024-11-25 22:07:04 -05:00
2024-09-30 13:23:35 -06:00
2024-09-24 13:06:32 +02:00
2024-09-25 19:29:57 +02:00
2024-12-09 14:17:21 -07:00
2024-11-25 22:07:04 -05:00
2024-12-03 22:58:47 +01:00