ARM-software / lisa

Linux Integrated System Analysis
Apache License 2.0
200 stars 119 forks source link

exekall: Fix handling of parametrized classes #2180

Closed douglas-raillard-arm closed 8 months ago

douglas-raillard-arm commented 8 months ago

FIX

Some classes like dict can now be parametrized, e.g. dict[int, str]. They do not behave exactly like their deprecated typing counterpart (e.g. typing.Dict), so ensure they are handled consistently by exekall.